diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 09:38:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 09:38:59 +0000 |
commit | ceb9a290db10f8dd54fa18b0c9d5f1fe25427b12 (patch) | |
tree | c71117e1dc4ff1baed40f806d8d2418b8f6621e5 /databases/p5-SQL-Abstract | |
parent | bf701453e2c6950a001c8cfc9c06dca0703e9367 (diff) |
Notes
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index cd3413d914bd..c35b8fb4f5d3 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -31,10 +31,4 @@ MAN3= DBIx::Class::Storage::Debug::PrettyPrint.3 \ SQL::Abstract::Test.3 \ SQL::Abstract::Tree.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |