c262d06a88
pkgsrc changes: distfile now apparently in 'gtar' format, not standard. annoying 0.33 Mon Jan 13 2014 - Fix config loading so that if passed a directory including a . in the file name, then loading it as a directory works (would have previously tried to force a specific filename and failed) - More comprehensive tests
24 lines
791 B
Makefile
24 lines
791 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/02/06 11:05:33 abs Exp $
|
|
|
|
DISTNAME= Catalyst-Plugin-ConfigLoader-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
|
|
COMMENT= Load Catalyst config from YAML file
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any
|
|
DEPENDS+= p5-Data-Visitor>=0.24:../../devel/p5-Data-Visitor
|
|
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Plugin/ConfigLoader/.packlist
|
|
|
|
EXTRACT_USING= gtar
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|