c0651f782c
version 0.004; 2017-07-30 * in doc, note when core versions started warning and were removed * no longer include a Makefile.PL in the distribution * in META.{yml,json}, point to public bug tracker * include META.json in distribution * correct a typo in documentation * convert .cvsignore to .gitignore * add MYMETA.json to .cvsignore
17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/08/14 19:03:31 wiz Exp $
|
|
|
|
DISTNAME= Perl4-CoreLibs-0.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl4-CoreLibs/
|
|
COMMENT= Libraries historically supplied with Perl 4
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Perl4/CoreLibs/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|