diff options
author | sno <sno> | 2010-01-16 14:17:25 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 14:17:25 +0000 |
commit | 44ff20d1f25d883e1ea27a6540ef28e942fe4f28 (patch) | |
tree | d8a86d9b348afea4db8357502441276f4651a34e /devel | |
parent | c9e05a166f91f47bf518389b4b6a62065f8d59a0 (diff) | |
download | pkgsrc-44ff20d1f25d883e1ea27a6540ef28e942fe4f28.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPAN-Inject/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-CPAN-Inject/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-CPAN-Inject/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Inject/DESCR b/devel/p5-CPAN-Inject/DESCR new file mode 100644 index 00000000000..cdbb14de77b --- /dev/null +++ b/devel/p5-CPAN-Inject/DESCR @@ -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. diff --git a/devel/p5-CPAN-Inject/Makefile b/devel/p5-CPAN-Inject/Makefile new file mode 100644 index 00000000000..ee87828cebd --- /dev/null +++ b/devel/p5-CPAN-Inject/Makefile @@ -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" diff --git a/devel/p5-CPAN-Inject/distinfo b/devel/p5-CPAN-Inject/distinfo new file mode 100644 index 00000000000..cd3bb54f726 --- /dev/null +++ b/devel/p5-CPAN-Inject/distinfo @@ -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 |