summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-09-19 01:04:02 +0000
committermef <mef@pkgsrc.org>2016-09-19 01:04:02 +0000
commit1ef7d0845c6c14a7fc308a2b2fdfe581b5221e23 (patch)
tree76cf8efc1f871a52a7bc385409ba83ecc4fc3f21 /www
parent8283138667df3e7d0f6add6ea3f1bc99fedf21f7 (diff)
downloadpkgsrc-1ef7d0845c6c14a7fc308a2b2fdfe581b5221e23.tar.gz
- Add for make test: BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Template/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index c354e29286f..7ca357c7dee 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2016/06/08 19:25:05 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2016/09/19 01:04:02 mef Exp $
DISTNAME= HTML-Template-2.95
PKGNAME= p5-${DISTNAME}
@@ -12,6 +12,9 @@ HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= Perl5 module to create HTML templates with simple tags
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
+
PERL5_PACKLIST= auto/HTML/Template/.packlist
.include "../../lang/perl5/module.mk"