aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-Format-Mail
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-Format-Mail
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-Format-Mail')
-rw-r--r--devel/p5-DateTime-Format-Mail/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile
index 14d867c48a8f..ce112202472b 100644
--- a/devel/p5-DateTime-Format-Mail/Makefile
+++ b/devel/p5-DateTime-Format-Mail/Makefile
@@ -16,13 +16,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Convert between DateTime and RFC2822/822 formats
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
-BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= DateTime::Format::Mail.3
-.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>