diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 10:22:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 10:22:02 +0000 |
commit | 1514295641afeb5e4a9c91a6a916bbfb0169bacf (patch) | |
tree | 20a18ac29a2c3b58b7aca0491a2394b50e590163 /www/p5-Catalyst-Plugin-Cache | |
parent | 121b8850b0da011464c8301b8a3e4ed50d817766 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Cache')
-rw-r--r-- | www/p5-Catalyst-Plugin-Cache/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Plugin-Cache/Makefile b/www/p5-Catalyst-Plugin-Cache/Makefile index 190d8e6e8cae..482a850165e2 100644 --- a/www/p5-Catalyst-Plugin-Cache/Makefile +++ b/www/p5-Catalyst-Plugin-Cache/Makefile @@ -36,10 +36,4 @@ MAN3= Catalyst::Plugin::Cache.3 \ post-patch: @${PERL} -i.bak -ne 'print unless m,ok|Test::,' ${WRKSRC}/Makefile.PL -.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> |