aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-31 21:21:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-31 21:21:48 +0000
commit73e1ab14d98fe0d7486149a7bb913ea3690de771 (patch)
treebbba9d51149aa23c9d607d643087576f6da0da5e
parent3552e0afb5d068257ef957d63150d895cbf21fb0 (diff)
downloadports-73e1ab14d98fe0d7486149a7bb913ea3690de771.tar.gz
ports-73e1ab14d98fe0d7486149a7bb913ea3690de771.zip
- Add missing dependency
- Bump PORTREVISION PR: 121742 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=214059
-rw-r--r--textproc/p5-Pod-Parser/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index b4a71d0445cc..a017fba1ef3f 100644
--- a/textproc/p5-Pod-Parser/Makefile
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Pod-Parser
PORTVERSION= 1.35
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,4 +28,10 @@ post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+= p5-Test-Simple>=0.60:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>