35ede2d24c
- Drop patch-aa, which fixed in 1.001003 (see below) (upstream) - Update 1.001002 to 1.002002 --------------------------- 1.002002 - 2014-08-21 - fix license in metadata 1.002001 - 2014-08-16 - specify perl prerequisite on metadata - documentation fixes and clarifications 1.002000 - 2013-12-10 - add build_variant method on variable packages, to allow avoiding importing a generator sub - fix pragmas applied by modules listed in "importing" from leaking out into unexpected scopes 1.001004 - 2013-05-04 - fix documentation of "build_variant_of" method (RT#84554 -- thanks, Scott Miller!) 1.001003 - 2013-03-25 - fix NAME in Makefile.PL (RT#84209)
23 lines
727 B
Makefile
23 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/02/14 02:50:59 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Package-Variant-1.002002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Package-Variant/
|
|
COMMENT= Perl5 module wrapper for parameterizable packages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Import-Into>=1.0:../../devel/p5-Import-Into
|
|
DEPENDS+= p5-Module-Runtime>=0.13:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-strictures>=1.0:../../devel/p5-strictures
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
|
|
PERL5_PACKLIST= auto/Package/Variant/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|