6b1fbe92c9
Update LICENSE Upstream changes: 0.0013 2014-02-02 08:53:34Z - line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - add error diagnostic if the plugin is not a Moose role (RT#49507) - avoid continuing on after failing to load a plugin (RT#63013) - keep track of all plugins successfully loaded so far in case we fail in the middle (RT#88562) 0.0012 2013-11-11 03:59:19Z - removed use of deprecated Class::MOP::load_class - repository migrated from shadowcat to the github moose organization
20 lines
655 B
Makefile
20 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/07/13 11:39:43 wen Exp $
|
|
|
|
DISTNAME= MooseX-Object-Pluggable-0.0013
|
|
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-Object-Pluggable/
|
|
COMMENT= Perl 5 module to add plugin support to Moose classes via roles
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Object/Pluggable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|