pkgsrc changes: - bump dependency of math/p5-Excel-Template-Plus to 0.05 - remove leading "A" from COMMENT Upstream changes: 0.03 Sunday, April 25, 2010 - Simple release from the developement release 0.02_2 0.02_2 Tuesday, April 20, 2010 - Last development release was shipped with an old Makefile.PL 0.02_1 Monday, April 19, 2010 - add missing build requirement 'parent' 0.02 Thursday, April 15, 2010 - fixed rt#53781 / NEXT deprecated - fixed rt#42166 / Auto determining template filename broken - Add helper class, Catalyst::Helper::View::Excel::Template::Plus
25 lines
841 B
Makefile
25 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/05 11:41:36 sno Exp $
|
|
|
|
DISTNAME= Catalyst-View-Excel-Template-Plus-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-View-Excel-Template-Plus/
|
|
COMMENT= Catalyst View for Excel::Template::Plus
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Excel-Template-Plus>=0.05:../../math/p5-Excel-Template-Plus
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/View/Excel/Template/Plus/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|