Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Pod-Simple/Makefile,v retrieving revision 1.15 diff -u -d -b -w -u -r1.15 Makefile --- Makefile 6 Jun 2008 15:44:22 -0000 1.15 +++ Makefile 18 Oct 2008 04:18:50 -0000 @@ -6,6 +6,7 @@ PORTNAME= Pod-Simple PORTVERSION= 3.07 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +14,7 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Framework for parsing Pod -BUILD_DEPENDS= ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ - ${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Pod::Simple.3 \ Pod::Simple::Checker.3 \ @@ -44,4 +41,10 @@ perlpod.3 \ perlpodspec.3 -.include +.include + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes +.endif + +.include