diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-06 13:05:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-06 13:05:54 +0000 |
commit | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (patch) | |
tree | 1a9e30ce42a24e0cbe90a1de7268e814300d3564 /devel/p5-DateTime-Format-HTTP | |
parent | 8400695a0ca271eb531392004c5451774b665454 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-HTTP')
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index cb7f3252cfc5..6e3c0a96ae10 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -16,19 +16,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= HTTP date conversion routines -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}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= DateTime::Format::HTTP.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500600 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif .if ${PERL_LEVEL} < 500600 post-patch: |