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-DBD-CSV | |
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-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index f01e2878fba5..04568c49fca6 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Bundle::DBD::CSV.3 \ DBD::CSV.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |