diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
commit | 86751c8063bbadf2a2d7c0b25e99c78446c9592c (patch) | |
tree | 74c2353251591904f2bffb7b69a0b5da9cf445ec /www/p5-Catalyst-Action-REST | |
parent | b4657c7e703c1caa576634d04b84e9d9518acacd (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=309086
Diffstat (limited to 'www/p5-Catalyst-Action-REST')
-rw-r--r-- | www/p5-Catalyst-Action-REST/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile index 546c2877c87e..cf34e4850d4b 100644 --- a/www/p5-Catalyst-Action-REST/Makefile +++ b/www/p5-Catalyst-Action-REST/Makefile @@ -46,10 +46,4 @@ MAN3= Catalyst::Action::Deserialize.3 \ Catalyst::TraitFor::Request::REST.3 \ Catalyst::TraitFor::Request::REST::ForBrowsers.3 -.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> |