diff options
author | az <az@FreeBSD.org> | 2012-12-17 14:32:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 14:32:13 +0800 |
commit | c126eff165b352dedb6026c6f66f262b59b7f62f (patch) | |
tree | 444d51acf2ea5bfa5454dcd8f34cb97986dc39cf | |
parent | 7bf6a93d34d02e79dd6ab6c9e9e6a68a885687af (diff) | |
download | freebsd-ports-gnome-c126eff165b352dedb6026c6f66f262b59b7f62f.tar.gz freebsd-ports-gnome-c126eff165b352dedb6026c6f66f262b59b7f62f.tar.zst freebsd-ports-gnome-c126eff165b352dedb6026c6f66f262b59b7f62f.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Markdown/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Pod-ProjectDocs/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Strip/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-SVG/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Quote/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-URI-Find/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 12 |
9 files changed, 9 insertions, 74 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 071aa2c201f0..36cdd108da8a 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -62,11 +62,4 @@ MAN3= PDF::API2.3 \ PDF::API2::Resource::XObject::Image::TIFF.3 \ PDF::API2::Util.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-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index df8fb7ddc0b2..1a52f18dd358 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -238,11 +238,4 @@ MAN3= Perl::Critic.3 \ Perl::Critic::Violation.3 \ Test::Perl::Critic::Policy.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile index f2ce06e85e20..34839e694f7a 100644 --- a/textproc/p5-Pod-Markdown/Makefile +++ b/textproc/p5-Pod-Markdown/Makefile @@ -28,12 +28,4 @@ PERL_CONFIGURE= yes MAN1= pod2markdown.1 MAN3= Pod::Markdown.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile index 5f51dff467a9..4c3872f3afc3 100644 --- a/textproc/p5-Pod-ProjectDocs/Makefile +++ b/textproc/p5-Pod-ProjectDocs/Makefile @@ -32,11 +32,4 @@ PERL_CONFIGURE= yes MAN1= pod2projdocs.1 MAN3= Pod::ProjectDocs.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500808 -BUILD_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser -RUN_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Strip/Makefile b/textproc/p5-Pod-Strip/Makefile index 1322818553f3..74f572c9ef67 100644 --- a/textproc/p5-Pod-Strip/Makefile +++ b/textproc/p5-Pod-Strip/Makefile @@ -20,11 +20,4 @@ PERL_MODBUILD= yes MAN3= Pod::Strip.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple -BUILD_DEPENDS+= ${RUN_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index 694e42f4a370..2cefaf1e35b8 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -34,11 +34,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile index d212fc5eb36c..8f4108627fe5 100644 --- a/textproc/p5-Text-Quote/Makefile +++ b/textproc/p5-Text-Quote/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Text::Quote.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_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-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index c40618a13dc4..9e7a9e99828a 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -23,10 +23,4 @@ MAN1= urifind.1 MAN3= URI::Find.3 \ URI::Find::Schemeless.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 23a53089ef09..8320c038a001 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -28,14 +28,4 @@ MAN3= XML::Stream.3 \ XML::Stream::Parser::DTD.3 \ XML::Stream::Tree.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |