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
This commit is contained in:
parent
f444f929b1
commit
b359d276c0
2 changed files with 10 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/03/07 05:38:37 seb Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/07/18 21:43:02 sno Exp $
|
||||
|
||||
SHA1 (Template-Declare-0.39.tar.gz) = 94e042c7d571564990b9512317782279413bb143
|
||||
RMD160 (Template-Declare-0.39.tar.gz) = 600ba3d1497eb8824971c9f1ff5329137bccb471
|
||||
Size (Template-Declare-0.39.tar.gz) = 63158 bytes
|
||||
SHA1 (Template-Declare-0.40.tar.gz) = d98953937e0ab3f4c634af2ae16ecdfaf0930b4e
|
||||
RMD160 (Template-Declare-0.40.tar.gz) = b19bd5b77990c9ef0549a84253fbff171e10efa0
|
||||
Size (Template-Declare-0.40.tar.gz) = 61261 bytes
|
||||
|
|
Loading…
Reference in a new issue