diff options
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> |