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.
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= PPIx-EditorTools-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= editors perl5
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPIx/}
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SZ/SZABGAB/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PPIx-EditorTools/
|
|
COMMENT= Utility methods and base class for manipulating Perl via PPI
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
|
|
|
|
DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor
|
|
DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
|
|
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
|
|
|
|
PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
#pre-configure:
|
|
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|