1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add missing dependency

- Bump PORTREVISION

PR:		121742
Submitted by:	leeym
Approved by:	maintainer timeout
This commit is contained in:
Martin Wilke 2008-05-31 21:21:48 +00:00
parent 3552e0afb5
commit 73e1ab14d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214059

View File

@ -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>