diff options
author | az <az@FreeBSD.org> | 2012-12-17 18:22:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 18:22:02 +0800 |
commit | f64d729d13e21859e4df216eea220474fec8e8b6 (patch) | |
tree | 20a18ac29a2c3b58b7aca0491a2394b50e590163 /www/p5-CatalystX-InjectComponent | |
parent | 507c2b8f2fb4d2c6305f879d2941383aa10946e4 (diff) | |
download | freebsd-ports-gnome-f64d729d13e21859e4df216eea220474fec8e8b6.tar.gz freebsd-ports-gnome-f64d729d13e21859e4df216eea220474fec8e8b6.tar.zst freebsd-ports-gnome-f64d729d13e21859e4df216eea220474fec8e8b6.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-CatalystX-InjectComponent')
-rw-r--r-- | www/p5-CatalystX-InjectComponent/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index 518c7fc5e8a8..6d914522abf0 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -26,11 +26,4 @@ PERL_CONFIGURE= yes MAN3= CatalystX::InjectComponent.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |