d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
28 lines
996 B
Makefile
28 lines
996 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/05/31 12:40:07 wiz Exp $
|
|
|
|
DISTNAME= Class-Accessor-Grouped-0.10010
|
|
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-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"
|