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-Text-Quote/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-Text-Quote/Makefile')
-rw-r--r-- | textproc/p5-Text-Quote/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile index d212fc5eb36c..8f4108627fe5 100644 --- a/textproc/p5-Text-Quote/Makefile +++ b/textproc/p5-Text-Quote/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Text::Quote.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |