diff options
author | leeym <leeym@FreeBSD.org> | 2008-07-13 16:02:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-07-13 16:02:03 +0800 |
commit | d1be83d9c870b9ead30ce56cd21683d53d894152 (patch) | |
tree | 6b9000d5dbb5c7732b65a92cdde87379a1f5193d | |
parent | d5dcfe6f4b5fc8aa69be806dd3447031b6ba8178 (diff) | |
download | freebsd-ports-gnome-d1be83d9c870b9ead30ce56cd21683d53d894152.tar.gz freebsd-ports-gnome-d1be83d9c870b9ead30ce56cd21683d53d894152.tar.zst freebsd-ports-gnome-d1be83d9c870b9ead30ce56cd21683d53d894152.zip |
- simplify dependency
- bump PORTREVISION
PR: 124911
Submitted by: leeym
Approved by: maintainer timeout
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 14 |
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> |