summaryrefslogtreecommitdiff
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
commit1c11325455227b38720de09c06fd1ce73b180292 (patch)
treee3c6ba8dd667dd8deece200f9e09d08f5607c772
parent970bb3068fe2b63087bd3c08da666ffbd00b10ee (diff)
downloadpkgsrc-1c11325455227b38720de09c06fd1ce73b180292.tar.gz
- Add for make test: BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
-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"