89057aa05a
- 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.
24 lines
760 B
Makefile
24 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/01 19:55:46 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Handy-0.003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
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
|
|
|
|
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
|
|
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
DEPENDS+= p5-Template-Plugin-VMethods-[0-9]*:../../devel/p5-Template-Plugin-VMethods
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Handy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|