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.
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.24 2013/05/31 12:40:18 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-MakeMaker-6.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-MakeMaker/
|
|
COMMENT= Write a Makefile for an extension module from a Makefile.PL
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-CPAN-Meta>=2.112150:../../devel/p5-CPAN-Meta
|
|
DEPENDS+= p5-Parse-CPAN-Meta>=1.4401:../../devel/p5-Parse-CPAN-Meta
|
|
DEPENDS+= p5-File-Copy-Recursive>=0.38:../../sysutils/p5-File-Copy-Recursive
|
|
# perhaps package JSON::PP::Compat5006, otherwise 'make complains:
|
|
#Using included version of JSON::PP::Compat5006 (1.09) because it is not already installed.
|
|
# on the other hand, it's only needed for Perl-5.6 ...
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name "*.orig" -type f -exec ${RM} {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|