diff options
author | az <az@FreeBSD.org> | 2012-12-17 20:40:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 20:40:25 +0800 |
commit | 3bc2b032a9256e834278a9737b069e0d60a3eaa4 (patch) | |
tree | 575e0a130ee1d3dd826742e3320ede512a51359f /devel | |
parent | 38b9acbd4c770b93324dbcce5a66e9e6845b0865 (diff) | |
download | freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.tar.gz freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.tar.zst freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.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 'devel')
-rw-r--r-- | devel/p5-B-Hooks-Parser/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Mixin-Linewise/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Package-Stash/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Params-Check/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Path-Dispatcher/Makefile | 8 |
6 files changed, 6 insertions, 44 deletions
diff --git a/devel/p5-B-Hooks-Parser/Makefile b/devel/p5-B-Hooks-Parser/Makefile index ac29e5bd5491..b51fc281b541 100644 --- a/devel/p5-B-Hooks-Parser/Makefile +++ b/devel/p5-B-Hooks-Parser/Makefile @@ -24,11 +24,4 @@ PERL_CONFIGURE= yes MAN3= B::Hooks::Parser.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 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile index b5cae6b76bcb..bedb07f1436a 100644 --- a/devel/p5-Const-Fast/Makefile +++ b/devel/p5-Const-Fast/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Const::Fast.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/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile index 90472471f922..748e9fc6622f 100644 --- a/devel/p5-Mixin-Linewise/Makefile +++ b/devel/p5-Mixin-Linewise/Makefile @@ -19,17 +19,11 @@ COMMENT= Write your linewise code for handles; this does the rest LICENSE= ART10 GPLv1 LICENSE_COMB= dual -.include <bsd.port.pre.mk> - BUILD_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - PERL_CONFIGURE= yes MAN3= Mixin::Linewise::Readers.3 \ @@ -44,4 +38,4 @@ PLIST_DIRS+= %%SITE_PERL%%/Mixin/Linewise \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile index 40d7e37f755b..d0c05319f92d 100644 --- a/devel/p5-Package-Stash/Makefile +++ b/devel/p5-Package-Stash/Makefile @@ -35,10 +35,4 @@ PERL_CONFIGURE= yes MAN3= Package::Stash.3 \ Package::Stash::PP.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/devel/p5-Params-Check/Makefile b/devel/p5-Params-Check/Makefile index 36f0e6a8414d..5865ca836ca0 100644 --- a/devel/p5-Params-Check/Makefile +++ b/devel/p5-Params-Check/Makefile @@ -29,11 +29,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple -RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Path-Dispatcher/Makefile b/devel/p5-Path-Dispatcher/Makefile index 1e5e64f536e2..af79f9676f43 100644 --- a/devel/p5-Path-Dispatcher/Makefile +++ b/devel/p5-Path-Dispatcher/Makefile @@ -49,10 +49,4 @@ MAN3= Path::Dispatcher::Path.3 \ Path::Dispatcher::Rule::Regex.3 \ Path::Dispatcher::Dispatch.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> |