b65658553b
- Updating package for p5 module MooseX::ClassAttribute to 0.08 - Set license to artistic-2.0 Upstream changes: 0.08 2009-04-07 - Make this module work with Moose 0.73_01+. - Deprecated compute_all_applicable_class_attributes. Use get_all_class_attributes instead.
24 lines
719 B
Makefile
24 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/12 20:12:59 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-ClassAttribute-0.08
|
|
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-ClassAttribute/
|
|
COMMENT= Perl 5 module to declare class attributes Moose-style
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
DEPENDS+= p5-Moose>=0.57:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-AttributeHelpers>=0.13:../../devel/p5-MooseX-AttributeHelpers
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|