summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Declare/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-07-18 21:43:02 +0000
committersno <sno>2009-07-18 21:43:02 +0000
commit5f14813a3f6d11bb70e9bf5c618b7d1a77409765 (patch)
treed9dbc9b080a75d4e94122d26cc764f285afe957b /textproc/p5-Template-Declare/Makefile
parentbe6aa65554685667a80131bad5f221671ec552a0 (diff)
downloadpkgsrc-5f14813a3f6d11bb70e9bf5c618b7d1a77409765.tar.gz
pkgsrc changes:
- Updating package for p5 module Template::Declare from 0.39 to 0.40 - Adding license (perl5) and module type (Module::Install) Upstream changes: 0.40 - 2009-07-08 * Fix subname issue with the debugger and specifically Devel::NYTProf * String::BufferStack usage improvements
Diffstat (limited to 'textproc/p5-Template-Declare/Makefile')
-rw-r--r--textproc/p5-Template-Declare/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile
index 9abb7c4b0e4..b9b3f85a57d 100644
--- a/textproc/p5-Template-Declare/Makefile
+++ b/textproc/p5-Template-Declare/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/03/07 05:38:37 seb Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/18 21:43:02 sno Exp $
-DISTNAME= Template-Declare-0.39
+DISTNAME= Template-Declare-0.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -8,11 +8,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Template-Declare/
COMMENT= Perl 5 module to make Perlish declarative templates
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Template/Declare/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Template/Declare/.packlist
+PERL5_MODULE_TYPE= Module::Install
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
@@ -21,6 +23,5 @@ DEPENDS+= p5-String-BufferStack>=1.1:../../textproc/p5-String-BufferStack
BUILD_DEPENDS+= p5-HTML-Lint-[0-9]*:../../www/p5-HTML-Lint
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"