diff options
author | mat <mat@FreeBSD.org> | 2004-02-06 21:05:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-06 21:05:54 +0800 |
commit | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (patch) | |
tree | 3224eafaa919bc66245ad2cff94118462973ecc7 /devel/p5-DateTime-Format-Excel | |
parent | c5b90d4978d8008e840d0c169cc20834814e4880 (diff) | |
download | freebsd-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-Format-Excel')
-rw-r--r-- | devel/p5-DateTime-Format-Excel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Excel/Makefile b/devel/p5-DateTime-Format-Excel/Makefile index f70f9df1672d..8142ff2e0940 100644 --- a/devel/p5-DateTime-Format-Excel/Makefile +++ b/devel/p5-DateTime-Format-Excel/Makefile @@ -16,12 +16,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Convert between DateTime and Excel dates -RUN_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 -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::Format::Excel.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |