diff options
Diffstat (limited to 'devel/p5-DateTime-TimeZone/Makefile')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index dade373037e8..4e5ee5a72643 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -20,12 +20,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \ DateTime::TimeZone::Local.3 DateTime::TimeZone::OffsetOnly.3 \ DateTime::TimeZone::OlsonDB.3 DateTime::TimeZone::UTC.3 \ DateTime::TimeZoneCatalog.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |