21ca0a3819
Upstream changes: 0.29 2011-12-08 - Fix warnings_once.t to not die if Test::NoWarnings isn't installed (Kaare) 0.28 2011-12-05 - Fix RT Bug #46086, "name used only once" (Thanks chisel for the patch and the test)
25 lines
820 B
Makefile
25 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/11/03 07:48:14 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Singleton-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Singleton/
|
|
COMMENT= Perl 5 module to turn Moose class into a singleton
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Singleton/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
DEPENDS+= p5-Moose>=1.10:../../devel/p5-Moose
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|