d51d9a17fb
Changes from previous: 0.27 2011-05-19 - Fix 006-cooperative.t - this test requires MooseX::StrictConstructor 0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT #67965. (Dave Rolsky) 0.26 2011-02-26 - This module will now work with Moose 1.9900+, but it still works with older Moose as well. (Dave Rolsky) - The test suite now uses Test::Fatal instead of Test::Exception. (Karen Etheridge)
27 lines
861 B
Makefile
27 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/11/14 09:39:57 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Singleton-0.27
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|