diff options
author | sno <sno@pkgsrc.org> | 2009-05-01 19:55:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-01 19:55:46 +0000 |
commit | 641335a884bac2bd3570edbcffc97970c633a312 (patch) | |
tree | 4a852a7db2c74d47433cec9b1377a4dbe6603c38 /devel/p5-Template-Plugin-Handy/Makefile | |
parent | 670d59627436bc5820614e124c51f44ccf72ff4c (diff) | |
download | pkgsrc-641335a884bac2bd3570edbcffc97970c633a312.tar.gz |
PkgSrc changes:
- Updating package for p5 module of Template::Plugin::Handy from 0.002
to 0.003
- Setting license to gnu-gpl-v2
Upstream changes:
0.003 26 Feb 2009
* sort_by() now returns arg if a ref() but not LIST or HASH
This is to handle the (common?) TT case where a method returns
a single object instead of an array ref with one item.
Diffstat (limited to 'devel/p5-Template-Plugin-Handy/Makefile')
-rw-r--r-- | devel/p5-Template-Plugin-Handy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Template-Plugin-Handy/Makefile b/devel/p5-Template-Plugin-Handy/Makefile index 3ba2aeb004c..d5820ecd32c 100644 --- a/devel/p5-Template-Plugin-Handy/Makefile +++ b/devel/p5-Template-Plugin-Handy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/30 19:21:32 seb Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/01 19:55:46 sno Exp $ # -DISTNAME= Template-Plugin-Handy-0.002 +DISTNAME= Template-Plugin-Handy-0.003 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-Handy/ COMMENT= Handy virtual methods for Template Toolkit +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty |