diff options
Diffstat (limited to 'devel/p5-DateTime-TimeZone-Alias')
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime-TimeZone-Alias/Makefile b/devel/p5-DateTime-TimeZone-Alias/Makefile index 30841b1a5cf8..d27476272c0e 100644 --- a/devel/p5-DateTime-TimeZone-Alias/Makefile +++ b/devel/p5-DateTime-TimeZone-Alias/Makefile @@ -16,13 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Create aliases for DateTime timezones +BUILD_DEPENDS= ${RUN_DEPENDS} 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} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::TimeZone::Alias.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |