aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Markdown
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-17 06:32:13 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-17 06:32:13 +0000
commitee206c98e053c0b70ccf44cf86d5a28d9e0167f2 (patch)
tree444d51acf2ea5bfa5454dcd8f34cb97986dc39cf /textproc/p5-Pod-Markdown
parentdbca1ba1e5692edcbb1510f685f585bd236dd62b (diff)
downloadports-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-Pod-Markdown')
-rw-r--r--textproc/p5-Pod-Markdown/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile
index f2ce06e85e20..34839e694f7a 100644
--- a/textproc/p5-Pod-Markdown/Makefile
+++ b/textproc/p5-Pod-Markdown/Makefile
@@ -28,12 +28,4 @@ PERL_CONFIGURE= yes
MAN1= pod2markdown.1
MAN3= Pod::Markdown.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
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>