pkgsrc changes: - adjust build/test dependencies Upstream changes: 0.09006 Wed Sep 10 23:55:00 2010 - Fix bugs in ro/wo accessor generation when XSAccessor is being used - Better Class::XSAccessor usage control - introducing $ENV{CAG_USE_XS} and $Class::Accessor::Grouped::USE_XS
30 lines
1,010 B
Makefile
30 lines
1,010 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/09/17 05:34:29 sno Exp $
|
|
|
|
DISTNAME= Class-Accessor-Grouped-0.09006
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Accessor-Grouped/
|
|
COMMENT= Lets you build groups of accessors
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
|
|
|
|
# For test target
|
|
BUILD_DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Class/Accessor/Grouped/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|