pkgsrc/devel/p5-Perl4-CoreLibs/Makefile
sbd 9512c74f1f Import p5-Perl4-CoreLibs-0.003: Libraries historically supplied with Perl 4
This is a collection of .pl files that have historically been bundled with the
Perl core but are planned not to be so distributed with core version 5.15 or
later. Relying on their presence in the core distribution is deprecated; they
should be acquired from this CPAN distribution instead.
2011-10-24 06:41:15 +00:00

18 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/24 06:41:15 sbd Exp $
DISTNAME= Perl4-CoreLibs-0.003
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl4-CoreLibs/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Perl4-CoreLibs/
COMMENT= Libraries historically supplied with Perl 4
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Perl4/CoreLibs/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"