aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Fiscal-Year
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-02-06 13:05:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-02-06 13:05:54 +0000
commit4090f4bf949b81ec1f5c928996d5dacacfb24daa (patch)
tree1a9e30ce42a24e0cbe90a1de7268e814300d3564 /devel/p5-DateTime-Fiscal-Year
parent8400695a0ca271eb531392004c5451774b665454 (diff)
downloadports-4090f4bf949b81ec1f5c928996d5dacacfb24daa.tar.gz
ports-4090f4bf949b81ec1f5c928996d5dacacfb24daa.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
Notes
Notes: svn path=/head/; revision=100138
Diffstat (limited to 'devel/p5-DateTime-Fiscal-Year')
-rw-r--r--devel/p5-DateTime-Fiscal-Year/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Fiscal-Year/Makefile b/devel/p5-DateTime-Fiscal-Year/Makefile
index 8a0f49b576e5..55d34a6f49fa 100644
--- a/devel/p5-DateTime-Fiscal-Year/Makefile
+++ b/devel/p5-DateTime-Fiscal-Year/Makefile
@@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Calculate the day or week of the Fiscal Year with an arbitrary start date
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= DateTime::Fiscal::Year.3
-.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>