svn commit: r442712 - head/security/p5-Crypt-PKCS10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:25:32 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:25:30 2017
New Revision: 442712
URL: https://svnweb.freebsd.org/changeset/ports/442712

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/security/p5-Crypt-PKCS10/Makefile

Modified: head/security/p5-Crypt-PKCS10/Makefile
==============================================================================
--- head/security/p5-Crypt-PKCS10/Makefile	Mon Jun  5 23:25:26 2017	(r442711)
+++ head/security/p5-Crypt-PKCS10/Makefile	Mon Jun  5 23:25:30 2017	(r442712)
@@ -26,11 +26,4 @@ USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502108
-BUILD_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
-RUN_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list