aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-ICal
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
commit76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675 (patch)
tree80eca95c1aaf87a5099cc8f5ca251ccad514cf25 /devel/p5-DateTime-Format-ICal
parent51fcfef1ce264fe5801dac34e9bb598340f8d535 (diff)
downloadports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.tar.gz
ports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.zip
Add MAN3 now that Module::Build does generate man pages
bump PORTREVISION Approved by: demon (mentor)
Notes
Notes: svn path=/head/; revision=87607
Diffstat (limited to 'devel/p5-DateTime-Format-ICal')
-rw-r--r--devel/p5-DateTime-Format-ICal/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile
index 37fc9411b49e..50547911565c 100644
--- a/devel/p5-DateTime-Format-ICal/Makefile
+++ b/devel/p5-DateTime-Format-ICal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-ICal
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,16 +16,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Parse and format ICal datetime and duration strings
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \
${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::ICal.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
# Depends on devel/p5-DateTime-Event-ICal which requires perl >= 5.6