summaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-DateManip
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-DateManip
parenti[Patch Port] devel/viewcvs (unforbidden) (diff)
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-DateManip')
-rw-r--r--devel/p5-DateTime-Format-DateManip/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile
index e58a6bc85043..0d3545a683e6 100644
--- a/devel/p5-DateTime-Format-DateManip/Makefile
+++ b/devel/p5-DateTime-Format-DateManip/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-DateManip
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,14 +16,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::DateManip.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600