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-Locale | |
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-Locale')
-rw-r--r-- | devel/p5-DateTime-Locale/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index a2396e8ce01f..e6d9b081d5f1 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -18,10 +18,9 @@ COMMENT= Localization support for DateTime BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::Locale.3 DateTime::Locale::Alias::ISO639_2.3 \ DateTime::Locale::Base.3 DateTime::LocaleCatalog.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |