diff options
Diffstat (limited to 'devel/p5-DateTime-Format-MySQL/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index 2a3820ab4cfa..4e3086496cb4 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -20,9 +20,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::Format::MySQL.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |