aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-PopulateMore
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-17 08:50:54 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-17 08:50:54 +0000
commitc810d087f5fbc0429e3ebc3ef127a9851b1727a9 (patch)
treeeb176d06cd2dcf4e86e08a8011388d5168f72270 /databases/p5-DBIx-Class-Schema-PopulateMore
parent3244293a3923eddc659a79f342f78fe1a5e53c25 (diff)
downloadports-c810d087f5fbc0429e3ebc3ef127a9851b1727a9.tar.gz
ports-c810d087f5fbc0429e3ebc3ef127a9851b1727a9.zip
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes
Notes: svn path=/head/; revision=309071
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-PopulateMore')
-rw-r--r--databases/p5-DBIx-Class-Schema-PopulateMore/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile b/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
index ab8fa6cd1fee..fcc1d00f0a64 100644
--- a/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
+++ b/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
@@ -54,13 +54,6 @@ MAN3= DBIx::Class::Schema::PopulateMore.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \
- p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \
- p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif