From b1d653e95b0f8d1d403934aafb8d824bb2c523c2 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 6 Feb 2004 13:05:54 +0000 Subject: 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 --- devel/p5-DateTime-HiRes/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/p5-DateTime-HiRes') diff --git a/devel/p5-DateTime-HiRes/Makefile b/devel/p5-DateTime-HiRes/Makefile index 78058e8..074c3f9 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 -- cgit v1.1