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.
25 lines
754 B
Makefile
25 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:04 wiz Exp $
|
|
|
|
DISTNAME= Attribute-Lexical-0.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Attribute-Lexical/
|
|
COMMENT= Sane scoping of function/variable attributes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Lexical-SealRequireHints>=0.005:../../devel/p5-Lexical-SealRequireHints
|
|
DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_PACKLIST= auto/Attribute/Lexical/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|