aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-12-17 22:58:23 +0800
committeraz <az@FreeBSD.org>2012-12-17 22:58:23 +0800
commit96e176b332f25ad0ac1d793f40abcdca73c2c897 (patch)
tree5c0d4f43391c9d3ab7fe378c158f125a2311beb0 /devel
parent2d2536b67f8f73b5a608573bca480c9f8982c755 (diff)
downloadfreebsd-ports-gnome-96e176b332f25ad0ac1d793f40abcdca73c2c897.tar.gz
freebsd-ports-gnome-96e176b332f25ad0ac1d793f40abcdca73c2c897.tar.zst
freebsd-ports-gnome-96e176b332f25ad0ac1d793f40abcdca73c2c897.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-Contextual-Return/Makefile9
-rw-r--r--devel/p5-Data-Dump-Streamer/Makefile9
-rw-r--r--devel/p5-ExtUtils-CBuilder/Makefile5
-rw-r--r--devel/p5-Getopt-Euclid/Makefile9
-rw-r--r--devel/p5-List-Rotation-Cycle/Makefile9
-rw-r--r--devel/p5-MooseX-MethodAttributes/Makefile8
-rw-r--r--devel/p5-Test-Inline/Makefile8
-rw-r--r--devel/p5-Test-Pod/Makefile8
-rw-r--r--devel/p5-Test-WWW-Mechanize-Catalyst/Makefile7
9 files changed, 8 insertions, 64 deletions
diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile
index 285496c2b7c7..e24e834e2455 100644
--- a/devel/p5-Contextual-Return/Makefile
+++ b/devel/p5-Contextual-Return/Makefile
@@ -23,11 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Contextual::Return.3 Contextual::Return::Failure.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/devel/p5-Data-Dump-Streamer/Makefile b/devel/p5-Data-Dump-Streamer/Makefile
index 4661cb4a3d11..c1b4de121b4f 100644
--- a/devel/p5-Data-Dump-Streamer/Makefile
+++ b/devel/p5-Data-Dump-Streamer/Makefile
@@ -25,11 +25,4 @@ PERL_MODBUILD= yes
MAN3= DDS.3 Data::Dump::Streamer.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile
index e18ceb7fe935..cdd8eb54b301 100644
--- a/devel/p5-ExtUtils-CBuilder/Makefile
+++ b/devel/p5-ExtUtils-CBuilder/Makefile
@@ -32,11 +32,6 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
-RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
-.endif
-
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType
RUN_DEPENDS+= p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType
diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile
index ab4cf2937e92..0398bf932365 100644
--- a/devel/p5-Getopt-Euclid/Makefile
+++ b/devel/p5-Getopt-Euclid/Makefile
@@ -17,11 +17,4 @@ PERL_MODBUILD= yes
MAN3= Getopt::Euclid.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-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/devel/p5-List-Rotation-Cycle/Makefile b/devel/p5-List-Rotation-Cycle/Makefile
index 1f9f15ccc5f2..942fa95073a2 100644
--- a/devel/p5-List-Rotation-Cycle/Makefile
+++ b/devel/p5-List-Rotation-Cycle/Makefile
@@ -20,11 +20,4 @@ MAN3= List::Rotation::Cycle.3
PERL_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-BUILD_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
-RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/p5-MooseX-MethodAttributes/Makefile b/devel/p5-MooseX-MethodAttributes/Makefile
index 443a8eb862d4..ef0b6d6ca31f 100644
--- a/devel/p5-MooseX-MethodAttributes/Makefile
+++ b/devel/p5-MooseX-MethodAttributes/Makefile
@@ -42,10 +42,4 @@ MAN3= MooseX::MethodAttributes.3 \
MooseX::MethodAttributes::Role::Meta::Role::Application.3 \
MooseX::MethodAttributes::Role::Meta::Role::Application::Summation.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-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile
index 31b8adf93a0f..12d99fa7b499 100644
--- a/devel/p5-Test-Inline/Makefile
+++ b/devel/p5-Test-Inline/Makefile
@@ -41,10 +41,4 @@ MAN3= Test::Inline.3 \
Test::Inline::Script.3 \
Test::Inline::Section.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile
index 9da8b7e0f9b7..8f8b6b6aa447 100644
--- a/devel/p5-Test-Pod/Makefile
+++ b/devel/p5-Test-Pod/Makefile
@@ -19,10 +19,4 @@ PERL_MODBUILD= yes
MAN3= Test::Pod.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+= p5-Pod-Simple>=3.05:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile
index e82600c8b298..9a596374de2b 100644
--- a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile
+++ b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile
@@ -31,10 +31,5 @@ PERL_CONFIGURE= yes
MAN3= Test::WWW::Mechanize::Catalyst.3
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>