69ead3f8a2
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.22 2009-12-25 - The ->initialize method was both broken and undocumented. RT #51260. (Dave Rolsky) - Updated docs to encourage use of ->instance and ->initialize, and discourage calling ->new directly. Doing so may be deprecated in a future release. (Dave Rolsky)
27 lines
792 B
Makefile
27 lines
792 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/01/16 17:52:14 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Singleton-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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
|
|
|
|
DEPENDS+= p5-Moose>=0.82:../../devel/p5-Moose
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
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"
|