- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05 - Adjusting license / Moose dependency according to META.yml Upstream changes: 0.05 2009-07-15 - Now requires Moose 0.84 to prevent test failures. 0.04 2009-07-09 - This module unconditionally deleted the "is" parameter, which meant it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed by Jesse Luehrs. RT #47711.
23 lines
669 B
Makefile
23 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/07/21 06:26:53 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-SemiAffordanceAccessor-0.05
|
|
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-SemiAffordanceAccessor/
|
|
COMMENT= Perl 5 module to name your accessors foo() and set_foo()
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/MooseX/SemiAffordanceAccessor/.packlist
|
|
|
|
DEPENDS+= p5-Moose>=0.84:../../devel/p5-Moose
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|