diff options
author | mef <mef@pkgsrc.org> | 2017-02-02 12:01:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-02-02 12:01:48 +0000 |
commit | ea762d1c166a472f1b6b9a9d56de436719c3ef56 (patch) | |
tree | 71097a94587cfc7dc102f9ce6762b5de12c16ecb | |
parent | 8834244389cbb451ad3e030f8b9ef6da9042e4dd (diff) | |
download | pkgsrc-ea762d1c166a472f1b6b9a9d56de436719c3ef56.tar.gz |
-- Add 4 packages with BUILD_DEPENDS for make test
-rw-r--r-- | www/p5-HTTP-Entity-Parser/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-HTTP-Entity-Parser/Makefile b/www/p5-HTTP-Entity-Parser/Makefile index 8210efca6f5..cdfb0e2cc6a 100644 --- a/www/p5-HTTP-Entity-Parser/Makefile +++ b/www/p5-HTTP-Entity-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/12/11 07:29:12 wen Exp $ +# $NetBSD: Makefile,v 1.3 2017/02/02 12:01:48 mef Exp $ DISTNAME= HTTP-Entity-Parser-0.18 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,12 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-WWW-Form-UrlEncoded>=0.23:../../www/p5-WWW-Form-UrlEncoded DEPENDS+= p5-HTTP-MultiPartParser>=0:../../www/p5-HTTP-MultiPartParser +# for make test +BUILD_DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON +BUILD_DEPENDS+= p5-Hash-MultiValue-[0-9]*:../../devel/p5-Hash-MultiValue +BUILD_DEPENDS+= p5-Stream-Buffered-[0-9]*:../../devel/p5-Stream-Buffered +BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTTP/Entity/Parser/.packlist PERL5_MODULE_TYPE= Module::Build::Tiny |