diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-08-05 01:10:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-08-05 01:10:27 +0000 |
commit | 18d608442484b42f25b68aa98b1b23ffc628f26e (patch) | |
tree | dee52940a4b264e7eb4f497382027160ec9f4188 /textproc/p5-podlators | |
parent | a25f6777312ab415fe8ce796d983c4c50d55b450 (diff) | |
download | ports-18d608442484b42f25b68aa98b1b23ffc628f26e.tar.gz ports-18d608442484b42f25b68aa98b1b23ffc628f26e.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index e6b80d545934..11758ac3cfe6 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,6 +7,7 @@ PORTNAME= podlators PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLDIRS=site @@ -25,10 +23,13 @@ MAN1= pod2man.1 pod2text.1 MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \ Pod::Text::Overstrike.3 Pod::Text::Termcap.3 +CONFLICTS= perl-5.6.* perl-5.8.* + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif |