svn commit: r425535 - head/devel/p5-mem
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 6 16:49:18 UTC 2016
Author: sunpoet
Date: Sun Nov 6 16:49:17 2016
New Revision: 425535
URL: https://svnweb.freebsd.org/changeset/ports/425535
Log:
- Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-mem/Makefile
Modified: head/devel/p5-mem/Makefile
==============================================================================
--- head/devel/p5-mem/Makefile Sun Nov 6 16:49:12 2016 (r425534)
+++ head/devel/p5-mem/Makefile Sun Nov 6 16:49:17 2016 (r425535)
@@ -18,10 +18,4 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.82:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list