diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:40:25 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:40:25 +0000 |
commit | 9d04d10cc61ed4704bd2418b46118a8041cb5a8f (patch) | |
tree | 575e0a130ee1d3dd826742e3320ede512a51359f /lang/p5-Parse-Perl | |
parent | 86751c8063bbadf2a2d7c0b25e99c78446c9592c (diff) | |
download | ports-9d04d10cc61ed4704bd2418b46118a8041cb5a8f.tar.gz ports-9d04d10cc61ed4704bd2418b46118a8041cb5a8f.zip |
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=309087
Diffstat (limited to 'lang/p5-Parse-Perl')
-rw-r--r-- | lang/p5-Parse-Perl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile index fd01fcc77d7b..a78e45ca6316 100644 --- a/lang/p5-Parse-Perl/Makefile +++ b/lang/p5-Parse-Perl/Makefile @@ -27,10 +27,4 @@ MAN3= Parse::Perl.3 \ Parse::Perl::CopHintsHash.3 \ Parse::Perl::Environment.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |