svn commit: r501418 - head/dns/p5-Data-Validate-Domain

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:37:57 UTC 2019


Author: sunpoet
Date: Sun May 12 16:37:53 2019
New Revision: 501418
URL: https://svnweb.freebsd.org/changeset/ports/501418

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/dns/p5-Data-Validate-Domain/Makefile

Modified: head/dns/p5-Data-Validate-Domain/Makefile
==============================================================================
--- head/dns/p5-Data-Validate-Domain/Makefile	Sun May 12 16:37:48 2019	(r501417)
+++ head/dns/p5-Data-Validate-Domain/Makefile	Sun May 12 16:37:53 2019	(r501418)
@@ -22,10 +22,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502600
-TEST_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list