diff options
author | az <az@FreeBSD.org> | 2012-12-17 14:15:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 14:15:27 +0800 |
commit | 7037d208e982ab4369ff395ae0f0eb65c79c88ea (patch) | |
tree | f1474faebc87d10e4fb68c74e95047fe5ecd8ebc /textproc/p5-Pod-POM | |
parent | 96d0af6c69580d67545ff66db133b1fa5b4e4e66 (diff) | |
download | freebsd-ports-gnome-7037d208e982ab4369ff395ae0f0eb65c79c88ea.tar.gz freebsd-ports-gnome-7037d208e982ab4369ff395ae0f0eb65c79c88ea.tar.zst freebsd-ports-gnome-7037d208e982ab4369ff395ae0f0eb65c79c88ea.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 'textproc/p5-Pod-POM')
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index 7b13b2e79c62..27815d0bfc45 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -44,11 +44,4 @@ MAN3= Pod::POM.3 \ Pod::POM::View::Pod.3 \ Pod::POM::View::Text.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> |