diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
commit | 3a7b17911b12b557fc9c450a975d5a86e1c8303e (patch) | |
tree | c1163267eb35cfcd7d2b1680f5e16f391848e9b1 /devel/p5-Data-TemporaryBag | |
parent | b45207534f07eb7c813498681685467341d13336 (diff) | |
download | ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.tar.gz ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.zip |
Notes
Diffstat (limited to 'devel/p5-Data-TemporaryBag')
-rw-r--r-- | devel/p5-Data-TemporaryBag/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Data-TemporaryBag/Makefile b/devel/p5-Data-TemporaryBag/Makefile index a9034d92e302..d089ce9d89aa 100644 --- a/devel/p5-Data-TemporaryBag/Makefile +++ b/devel/p5-Data-TemporaryBag/Makefile @@ -15,17 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Handle long size data using temporary file -BUILD_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Data::TemporaryBag.3 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES= ${PATCHDIR}/500503-TemporaryBag.pm .endif +.endif .include <bsd.port.post.mk> |