diff options
author | az <az@FreeBSD.org> | 2012-12-17 20:40:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 20:40:25 +0800 |
commit | 3bc2b032a9256e834278a9737b069e0d60a3eaa4 (patch) | |
tree | 575e0a130ee1d3dd826742e3320ede512a51359f /www/p5-Catalyst-Runtime | |
parent | 38b9acbd4c770b93324dbcce5a66e9e6845b0865 (diff) | |
download | freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.tar.gz freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.tar.zst freebsd-ports-gnome-3bc2b032a9256e834278a9737b069e0d60a3eaa4.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'www/p5-Catalyst-Runtime')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index a86b29fd7ed7..542b5d455d18 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -110,11 +110,4 @@ MAN3= Catalyst.3 \ post-install: @${CAT} ${PKGDIR}/pkg-message -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |