diff options
author | mat <mat@FreeBSD.org> | 2003-10-03 18:32:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-03 18:32:49 +0800 |
commit | d2985c634cc10f73a985b1821429dea084034d9d (patch) | |
tree | 0bb02321be003b09d87a6ed8832dc269d5a43e57 /devel/p5-DateTime-TimeZone-Alias | |
parent | 2e2a58efbd617e39768b25ed195ab9f7e9e3d60b (diff) | |
download | freebsd-ports-gnome-d2985c634cc10f73a985b1821429dea084034d9d.tar.gz freebsd-ports-gnome-d2985c634cc10f73a985b1821429dea084034d9d.tar.zst freebsd-ports-gnome-d2985c634cc10f73a985b1821429dea084034d9d.zip |
use devel/p5-Module-Build/inc.build.mk
Diffstat (limited to 'devel/p5-DateTime-TimeZone-Alias')
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/Makefile | 7 |
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> |