pkgsrc/devel/p5-Template-Plugin-VMethods/Makefile
seb f52c643f2f Initial import of p5-Template-Plugin-VMethods version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module Template::Plugin::VMethods is a simple base class
to allow modules to install and remove virtual methods into the
Template Toolkit.
2008-11-30 13:27:31 +00:00

21 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/30 13:27:31 seb Exp $
#
DISTNAME= Template-Plugin-VMethods-0.03
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-VMethods/
COMMENT= Install virtual methods into the Template Toolkit
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
DEPENDS+= p5-Template-Toolkit>=2.06:../../www/p5-Template-Toolkit
PERL5_PACKLIST= auto/Template/Plugin/VMethods/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"