aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-07-13 08:02:03 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-07-13 08:02:03 +0000
commit1c1e2c088c3d5cc11e3377ca5f97b7881be17801 (patch)
treed19f3a0e923480e83b3c8aec1afad221daaa6249 /textproc/p5-Pod-Parser
parente0431cfc47f9a12091957e475ac6ead120dc3cda (diff)
downloadports-1c1e2c088c3d5cc11e3377ca5f97b7881be17801.tar.gz
ports-1c1e2c088c3d5cc11e3377ca5f97b7881be17801.zip
- simplify dependency
- bump PORTREVISION PR: 124911 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=216763
Diffstat (limited to 'textproc/p5-Pod-Parser')
-rw-r--r--textproc/p5-Pod-Parser/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index a017fba1ef3f..3dd4bd5f0d88 100644
--- a/textproc/p5-Pod-Parser/Makefile
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Pod-Parser
PORTVERSION= 1.35
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,9 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Modules to work with POD (Plain Old Documentation)
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
@@ -26,12 +23,5 @@ MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
- @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
-
-.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>
+.include <bsd.port.mk>