diff options
author | mef <mef@pkgsrc.org> | 2015-05-10 02:43:37 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-10 02:43:37 +0000 |
commit | eaf33dd0e2cce58f6d7260fc579e25bc8165e26d (patch) | |
tree | 398d2cf16587fcc51cec372ddf1bddccea245b78 /www/p5-HTML-Form | |
parent | 0f2249fba34af6ab91a4c42f7c0bacbae14c2542 (diff) | |
download | pkgsrc-eaf33dd0e2cce58f6d7260fc579e25bc8165e26d.tar.gz |
- To skip make test, add the line
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
devel/p5-File-ShareDir-Install
time/p5-DateTime-Format-Strptime
www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
Diffstat (limited to 'www/p5-HTML-Form')
-rw-r--r-- | www/p5-HTML-Form/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-HTML-Form/Makefile b/www/p5-HTML-Form/Makefile index cd064696f86..b68b6122550 100644 --- a/www/p5-HTML-Form/Makefile +++ b/www/p5-HTML-Form/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/29 23:38:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/05/10 02:43:37 mef Exp $ # DISTNAME= HTML-Form-6.03 @@ -15,6 +15,10 @@ LICENSE= ${PERL5_LICENSE} CONFLICTS+= p5-libwww<6.00 DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date +# for make test +BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message USE_LANGUAGES= # empty |