diff options
Diffstat (limited to 'devel/p5-Class-AutoClass')
-rw-r--r-- | devel/p5-Class-AutoClass/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/p5-Class-AutoClass/Makefile b/devel/p5-Class-AutoClass/Makefile index 9d01bd20caf4..e0c7629ca14d 100644 --- a/devel/p5-Class-AutoClass/Makefile +++ b/devel/p5-Class-AutoClass/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy BUILD_DEPENDS= ${RUN_DEPENDS} \ ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ WRKSRC= ${WRKDIR}/AutoClass MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3 @@ -34,8 +34,4 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Stora RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable .endif -.if ${PERL_LEVEL} < 500800 -IGNORE= currently only supports Perl 5.8+. This will hopefully change. For now, please install lang/perl5.8 and try again -.endif - .include <bsd.port.post.mk> |