aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-HiRes
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-DateTime-HiRes')
-rw-r--r--devel/p5-DateTime-HiRes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-DateTime-HiRes/Makefile b/devel/p5-DateTime-HiRes/Makefile
index 78058e846c14..074c3f9843cc 100644
--- a/devel/p5-DateTime-HiRes/Makefile
+++ b/devel/p5-DateTime-HiRes/Makefile
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Create DateTime objects with sub-second current time resolution
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-RUN_DEPENDS= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= DateTime::HiRes.3
-.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>