pkgsrc/devel/p5-Class-Accessor-Grouped/Makefile
wen f0836e71d5 Update to 0.10012
Upstream changes:
0.10012 2014-10-05 21:22 (UTC)
    - Fix tests tickling deficient threads on perl 5.10.0

0.10011 2014-09-26 11:24 (UTC)
    - Soft-depend on newer (bugfixed and *simpler*) Class::XSAccessor 1.19
    - More robust threading tests
2014-11-22 05:11:50 +00:00

27 lines
981 B
Makefile

# $NetBSD: Makefile,v 1.25 2014/11/22 05:11:50 wen Exp $
DISTNAME= Class-Accessor-Grouped-0.10012
PKGNAME= p5-${DISTNAME}
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-Sub-Name>=0.05:../../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
BUILD_DEPENDS+= p5-Class-XSAccessor>=1.15:../../devel/p5-Class-XSAccessor
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Class/Accessor/Grouped/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"