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.
23 lines
658 B
Makefile
23 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.33 2013/05/31 12:40:05 wiz Exp $
|
|
|
|
DISTNAME= Bit-Vector-7.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5biv
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Bit-Vector/
|
|
COMMENT= Efficient base class implementing bit vectors
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan
|
|
DEPENDS+= {perl>=5.12.0,p5-Storable>=2.21}:../../devel/p5-Storable
|
|
|
|
PERL5_PACKLIST= auto/Bit/Vector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|