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
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2013/05/31 12:40:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Package-Stash-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Package-Stash/
|
|
COMMENT= Perl 5 module providing routines for manipulating stashes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
|
|
DEPENDS+= p5-Package-Stash-XS-[0-9]*:../../devel/p5-Package-Stash-XS
|
|
DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
|
|
DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= {perl>=5.10.1,-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Package/Stash/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|