aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Pod-Parser
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-08-05 09:10:27 +0800
committerleeym <leeym@FreeBSD.org>2004-08-05 09:10:27 +0800
commitc496e0901848f2ab002ebfa8e8b333dc100747fc (patch)
treed4b47cbe93f01e6c2e96e8e3752cebfc251776c4 /textproc/p5-Pod-Parser
parent1eddd1c08614f8fd1c79241c6bf6546cfbb6b51f (diff)
downloadfreebsd-ports-gnome-c496e0901848f2ab002ebfa8e8b333dc100747fc.tar.gz
freebsd-ports-gnome-c496e0901848f2ab002ebfa8e8b333dc100747fc.tar.zst
freebsd-ports-gnome-c496e0901848f2ab002ebfa8e8b333dc100747fc.zip
- p5-podlators and p5-PodParser conflict with perl 5.6 or above.
They should be conditional dependency when PERL_LEVEL < 500601. - add "CONFLICTS= perl-5.6.* perl-5.8.*" in p5-podlators and p5-PodParser PR: 68086 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'textproc/p5-Pod-Parser')
-rw-r--r--textproc/p5-Pod-Parser/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index 85cb67c4ecbf..e4fc220ae6be 100644
--- a/textproc/p5-Pod-Parser/Makefile
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -16,13 +16,14 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Modules to work with POD (Plain Old Documentation)
PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= INSTALLDIRS="site"
+CONFIGURE_ARGS= INSTALLDIRS="site"
MAN1= pod2usage.1 podchecker.1 podselect.1
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
Pod::Usage.3
-MAN1PREFIX= ${PREFIX}
+
+CONFLICTS= perl-5.6.* perl-5.8.*
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
@@ -30,8 +31,8 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
-BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>