svn commit: r320152 - head/net/v6eval

Andrej Zverev az at FreeBSD.org
Fri Jun 7 06:46:15 UTC 2013


Author: az
Date: Fri Jun  7 06:46:14 2013
New Revision: 320152
URL: http://svnweb.freebsd.org/changeset/ports/320152

Log:
  - Remove of use SITE_PERL
  - License framework already have license text of standart licenses
  - Remove extra depend on p5-Digest-MD5 if perl < 5.7 (current minumum perl 5.12)
  
  PR:		ports/178866
  Submitted by:	az
  Reviewed by:	maintainer (timeout)

Modified:
  head/net/v6eval/Makefile   (contents, props changed)

Modified: head/net/v6eval/Makefile
==============================================================================
--- head/net/v6eval/Makefile	Fri Jun  7 06:30:39 2013	(r320151)
+++ head/net/v6eval/Makefile	Fri Jun  7 06:46:14 2013	(r320152)
@@ -11,9 +11,8 @@ MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	IPv6 Conformance Test Platform
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-RUN_DEPENDS=	${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
+RUN_DEPENDS=	p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
 
 USE_PERL5=	yes
 USE_OPENSSL=	yes
@@ -26,13 +25,7 @@ MAN3PREFIX=	${LOCALBASE}/lib/perl5/${PER
 MAN1=		pktctl.1.gz pktsend.1.gz
 MAN3=		V6evalRemote.3 V6evalTool.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list