scheduled import of Padre. It takes any arbitrary Perl distribution tarball (open source or otherwise) and injects it into the local CPAN file cache, smoothing some metadata files to make it look as if it came from CPAN. It makes use the officially blessed "Reserved Local CPAN Author" id "LOCAL" as the author the distributions are added under.
28 lines
895 B
Makefile
28 lines
895 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:17:25 sno Exp $
|
|
|
|
DISTNAME= CPAN-Inject-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CPAN-Inject/
|
|
COMMENT= Inject a distribution for installation via the CPAN shell
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= p5-CPAN-Checksums>=1.05:../../devel/p5-CPAN-Checksums
|
|
DEPENDS+= p5-File-chmod>=0.30:../../sysutils/p5-File-chmod
|
|
DEPENDS+= p5-Params-Util>=0.21:../../devel/p5-Params-Util
|
|
|
|
BUILD_DEPENDS+= p5-File-Remove>=0.38:../../sysutils/p5-File-Remove
|
|
BUILD_DEPENDS+= p5-Test-Script>=1.02:../../devel/p5-Test-Script
|
|
|
|
PERL5_PACKLIST= auto/CPAN/Inject/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|