842f764acf
- Updating package for p5 module MooseX::AttributeHelpers to 0.17 - Set license to artistic-2.0 Upstream changes: 0.17 Fri April 19, 2009 - Add defined to Hash (Evan Carroll). 0.16 Sun April 5, 2009 - Add substr to String (Florian Ragwitz). 0.15 Thu March 26, 2009 - The splice helper for arrays was completely broken. Reported by Abhijit Mahabal. RT #43343.
23 lines
691 B
Makefile
23 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/12 20:07:24 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-AttributeHelpers-0.17
|
|
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-AttributeHelpers/
|
|
COMMENT= Perl 5 module providing extensions to Moose attributes interface
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/AttributeHelpers/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|