diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:32:13 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:32:13 +0000 |
commit | ee206c98e053c0b70ccf44cf86d5a28d9e0167f2 (patch) | |
tree | 444d51acf2ea5bfa5454dcd8f34cb97986dc39cf /textproc/p5-XML-Stream/Makefile | |
parent | dbca1ba1e5692edcbb1510f685f585bd236dd62b (diff) | |
download | ports-ee206c98e053c0b70ccf44cf86d5a28d9e0167f2.tar.gz ports-ee206c98e053c0b70ccf44cf86d5a28d9e0167f2.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=309066
Diffstat (limited to 'textproc/p5-XML-Stream/Makefile')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 23a53089ef09..8320c038a001 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -28,14 +28,4 @@ MAN3= XML::Stream.3 \ XML::Stream::Parser::DTD.3 \ XML::Stream::Tree.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |