7.44 Tue 14 Jan 16:35:06 GMT 2020 No changes since v7.43_01 7.43_01 Sun 5 Jan 12:41:43 GMT 2020 Bug fixes: - Match final dir component in init_MANPODS Test Fixes: - Use internal reference to Makefile in build_man.t
19 lines
638 B
Makefile
19 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.54 2020/03/21 14:18:46 mef Exp $
|
|
|
|
DISTNAME= ExtUtils-MakeMaker-7.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/ExtUtils-MakeMaker
|
|
COMMENT= Create a module Makefile
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-ExtUtils-Manifest>=1.65:../../devel/p5-ExtUtils-Manifest
|
|
DEPENDS+= p5-CPAN-Meta-Requirements>=2.127:../../devel/p5-CPAN-Meta-Requirements
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|