diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:50:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:50:54 +0000 |
commit | c810d087f5fbc0429e3ebc3ef127a9851b1727a9 (patch) | |
tree | eb176d06cd2dcf4e86e08a8011388d5168f72270 /databases/p5-DBIx-Sunny | |
parent | 3244293a3923eddc659a79f342f78fe1a5e53c25 (diff) |
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-Sunny')
-rw-r--r-- | databases/p5-DBIx-Sunny/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index 9e4eb5e7b9f2..5b3bb62ceae8 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -34,11 +34,6 @@ MAN3= DBIx::Sunny.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 - .if ${PERL_LEVEL} < 501400 TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple .endif |