summaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-TimeZone-Alias
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-03 10:32:49 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-03 10:32:49 +0000
commit5e61406378e39821dfd44ca17f0f9e7feac9bbf0 (patch)
tree37601b671e2172267955ffbcc687d21553fc1c10 /devel/p5-DateTime-TimeZone-Alias
parentUpdate to 0.60 (diff)
use devel/p5-Module-Build/inc.build.mk
Notes
Notes: svn path=/head/; revision=90087
Diffstat (limited to 'devel/p5-DateTime-TimeZone-Alias')
-rw-r--r--devel/p5-DateTime-TimeZone-Alias/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-DateTime-TimeZone-Alias/Makefile b/devel/p5-DateTime-TimeZone-Alias/Makefile
index 8e42886ceef2..30841b1a5cf8 100644
--- a/devel/p5-DateTime-TimeZone-Alias/Makefile
+++ b/devel/p5-DateTime-TimeZone-Alias/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-TimeZone-Alias
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -17,9 +18,11 @@ COMMENT= Create aliases for DateTime timezones
RUN_DEPENDS= ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
+MAN3= DateTime::TimeZone::Alias.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>