Add two perl modules, extensions for p5-Module-Install.

This commit is contained in:
wiz 2013-06-12 14:49:09 +00:00
parent 5372cbaf04
commit f0052fe00a
7 changed files with 49 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1750 2013/06/12 14:09:11 wiz Exp $
# $NetBSD: Makefile,v 1.1751 2013/06/12 14:49:09 wiz Exp $
#
COMMENT= Development utilities
@ -919,9 +919,11 @@ SUBDIR+= p5-Module-ExtractUse
SUBDIR+= p5-Module-Find
SUBDIR+= p5-Module-Implementation
SUBDIR+= p5-Module-Install
SUBDIR+= p5-Module-Install-AuthorTests
SUBDIR+= p5-Module-Install-PadrePlugin
SUBDIR+= p5-Module-Install-RTx
SUBDIR+= p5-Module-Install-ReadmeFromPod
SUBDIR+= p5-Module-Install-Repository
SUBDIR+= p5-Module-Install-Substitute
SUBDIR+= p5-Module-Install-XSUtil
SUBDIR+= p5-Module-Load

View file

@ -0,0 +1,2 @@
The Perl 5 module Module::Install::AuthorTests provides a way
to define tests only to be run by the module authors.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2013/06/12 14:49:09 wiz Exp $
DISTNAME= Module-Install-AuthorTests-0.002
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Install-AuthorTests/
COMMENT= Perl 5 module for specifying author-only tests
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Module/Install/AuthorTests/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/06/12 14:49:09 wiz Exp $
SHA1 (Module-Install-AuthorTests-0.002.tar.gz) = 5cca1528feed55c17d677e336734d86572fcdf86
RMD160 (Module-Install-AuthorTests-0.002.tar.gz) = 350e6eb569fea5b81bc6bfc5e9c84d3005d3cd48
Size (Module-Install-AuthorTests-0.002.tar.gz) = 12654 bytes

View file

@ -0,0 +1,2 @@
The Perl 5 module Module::Install::Repository automatically sets
the repository URL from a svn/svk/git checkout.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2013/06/12 14:49:09 wiz Exp $
DISTNAME= Module-Install-Repository-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Install-Repository/
COMMENT= Perl 5 module for finding the repository root
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Module/Install/Repository/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/06/12 14:49:09 wiz Exp $
SHA1 (Module-Install-Repository-0.06.tar.gz) = 815fb1d7fcfbd13f8f3ff226921688d329b8b58f
RMD160 (Module-Install-Repository-0.06.tar.gz) = cdf4dcb29edea020e60514b937495b2491f92488
Size (Module-Install-Repository-0.06.tar.gz) = 48339 bytes