Importing devel/p5-CPAN-Inject version 0.11 as indirect dependency of
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.
This commit is contained in:
parent
0c596d146f
commit
f193197d6c
3 changed files with 39 additions and 0 deletions
6
devel/p5-CPAN-Inject/DESCR
Normal file
6
devel/p5-CPAN-Inject/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
devel/p5-CPAN-Inject/Makefile
Normal file
28
devel/p5-CPAN-Inject/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $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"
|
5
devel/p5-CPAN-Inject/distinfo
Normal file
5
devel/p5-CPAN-Inject/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:17:25 sno Exp $
|
||||
|
||||
SHA1 (CPAN-Inject-0.11.tar.gz) = 41ff95c0c8dd1852645a8a3a063b039960a11141
|
||||
RMD160 (CPAN-Inject-0.11.tar.gz) = 8b88ebb9890353ea932db79589871aeff64652b5
|
||||
Size (CPAN-Inject-0.11.tar.gz) = 54564 bytes
|
Loading…
Reference in a new issue