- Remove conditional ExtUtils::MakeMaker dependency

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-23 19:04:00 +00:00
parent 1a6b25f912
commit 592c4018e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282262

View File

@ -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