aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-HiRes
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-02-06 21:05:54 +0800
committermat <mat@FreeBSD.org>2004-02-06 21:05:54 +0800
commitb1d653e95b0f8d1d403934aafb8d824bb2c523c2 (patch)
tree3224eafaa919bc66245ad2cff94118462973ecc7 /devel/p5-DateTime-HiRes
parentc5b90d4978d8008e840d0c169cc20834814e4880 (diff)
downloadfreebsd-ports-gnome-b1d653e95b0f8d1d403934aafb8d824bb2c523c2.tar.gz
freebsd-ports-gnome-b1d653e95b0f8d1d403934aafb8d824bb2c523c2.tar.zst
freebsd-ports-gnome-b1d653e95b0f8d1d403934aafb8d824bb2c523c2.zip
Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build
stays a BUILD_DEPENDS and that it does not leak into RUN_DEPENDS
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>