diff options
author | az <az@FreeBSD.org> | 2012-12-17 16:30:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 16:30:52 +0800 |
commit | f3db6f0c287e81fa77d8bebf2f3da548e133cb1f (patch) | |
tree | ce50737e3ccb6d44643bd683e22dc4611a10566d /textproc | |
parent | 6601b1209278cbe2b80a7bf1cca683ce883613c2 (diff) | |
download | freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.tar.gz freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.tar.zst freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-KinoSearch1/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-podlators/Makefile | 4 |
5 files changed, 4 insertions, 35 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index 4efa2dc70657..247697128e26 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -33,11 +33,4 @@ PERL_CONFIGURE= yes MAN3= Google::Data::JSON.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-KinoSearch1/Makefile b/textproc/p5-KinoSearch1/Makefile index ab8210bf0ab5..d58bb5f7a13e 100644 --- a/textproc/p5-KinoSearch1/Makefile +++ b/textproc/p5-KinoSearch1/Makefile @@ -58,11 +58,4 @@ MAN3= KinoSearch1.3 \ KinoSearch1::Store::InvIndex.3 \ KinoSearch1::Store::RAMInvIndex.3 \ -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index 1cbf996a2f96..a3f9d144636f 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -44,11 +44,4 @@ MAN3= Pod::Simple.3 \ Pod::Simple::XHTML.3 \ Pod::Simple::XMLOutStream.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes -BUILD_DEPENDS= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 100c0ea7ae47..66838ed82e41 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -41,10 +41,4 @@ post-patch: ${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST ${RM} ${WRKSRC}/t/pod2html.t -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Pod-Escapes>=1.02:${PORTSDIR}/textproc/p5-Pod-Escapes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 9dbd29a59f8a..b6dc7e8e6d10 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -27,10 +27,6 @@ post-patch: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Pod-Simple>=3.06:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - .if ${PERL_LEVEL} < 501400 MAN1= perlpodstyle.1 .endif |