aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PerlIO-Util
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:04:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:04:00 +0000
commit592c4018e4a67443c9fc1dd71dba5c568bbf912d (patch)
tree23fa7a72c0dcad1f6acfeb5296f0c2c683eccc94 /devel/p5-PerlIO-Util
parent1a6b25f9127d399377688a9dbb3a74ac32a62518 (diff)
downloadports-592c4018e4a67443c9fc1dd71dba5c568bbf912d.tar.gz
ports-592c4018e4a67443c9fc1dd71dba5c568bbf912d.zip
- Remove conditional ExtUtils::MakeMaker dependency
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=282262
Diffstat (limited to 'devel/p5-PerlIO-Util')
-rw-r--r--devel/p5-PerlIO-Util/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-PerlIO-Util/Makefile b/devel/p5-PerlIO-Util/Makefile
index ae6a0849adbd..c0aa9663fc05 100644
--- a/devel/p5-PerlIO-Util/Makefile
+++ b/devel/p5-PerlIO-Util/Makefile
@@ -7,6 +7,7 @@
PORTNAME= PerlIO-Util
PORTVERSION= 0.72
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,10 +28,6 @@ MAN3= PerlIO::Util.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
.endif