pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-HTML-Template



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 19 01:04:02 UTC 2016

Modified Files:
        pkgsrc/www/p5-HTML-Template: Makefile

Log Message:
- Add for make test:  BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/p5-HTML-Template/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-HTML-Template/Makefile
diff -u pkgsrc/www/p5-HTML-Template/Makefile:1.34 pkgsrc/www/p5-HTML-Template/Makefile:1.35
--- pkgsrc/www/p5-HTML-Template/Makefile:1.34   Wed Jun  8 19:25:05 2016
+++ pkgsrc/www/p5-HTML-Template/Makefile        Mon Sep 19 01:04:02 2016
@@ -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.sourcefo
 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"



Home | Main Index | Thread Index | Old Index