pkgsrc-wip/p5-Template-Plugin-Class/Makefile
Francisco Valladolid H dd78dd670c initial import
2008-02-27 03:18:02 +00:00

20 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 03:18:02 ficovh Exp $
#
DISTNAME= Template-Plugin-Class-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/
MAINTAINER= ficovh@yahoo.com
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/
COMMENT= Allow calling of class methods on arbitrary classes
# TODO: Look for the dependencies in Build.PL.
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Template/Plugin/Class/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"