diff options
author | seb <seb@pkgsrc.org> | 2006-02-08 15:11:12 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-02-08 15:11:12 +0000 |
commit | cfe46298b0866fbac93ba674e63dfefa0d0acac0 (patch) | |
tree | ea5bc8643b73dee4b03b12b59a7386d80b447dd5 /devel | |
parent | 4468ae012b71a29200570dc8b216344673bea14b (diff) | |
download | pkgsrc-cfe46298b0866fbac93ba674e63dfefa0d0acac0.tar.gz |
Initial import of p5-Carp-Assert-More version 1.12
as devel/p5-Carp-Assert-More into the NetBSD Packages Collection.
Carp::Assert::More Perl5 module provides convenience wrappers
around Carp::Assert.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Carp-Assert-More/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Carp-Assert-More/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Carp-Assert-More/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert-More/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Carp-Assert-More/DESCR b/devel/p5-Carp-Assert-More/DESCR new file mode 100644 index 00000000000..55f56a1afaa --- /dev/null +++ b/devel/p5-Carp-Assert-More/DESCR @@ -0,0 +1,2 @@ +Carp::Assert::More Perl5 module provides convenience wrappers +around Carp::Assert. diff --git a/devel/p5-Carp-Assert-More/Makefile b/devel/p5-Carp-Assert-More/Makefile new file mode 100644 index 00000000000..613d2ed7db8 --- /dev/null +++ b/devel/p5-Carp-Assert-More/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/08 15:11:12 seb Exp $ +# + +DISTNAME= Carp-Assert-More-1.12 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cam +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Carp-Assert-More/ +COMMENT= Perl5 module providing convenience wrappers around Carp::Assert + +PERL5_PACKLIST= auto/Carp/Assert/More/.packlist + +DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert +DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Carp-Assert-More/PLIST b/devel/p5-Carp-Assert-More/PLIST new file mode 100644 index 00000000000..dd77354ea4a --- /dev/null +++ b/devel/p5-Carp-Assert-More/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/08 15:11:12 seb Exp $ diff --git a/devel/p5-Carp-Assert-More/distinfo b/devel/p5-Carp-Assert-More/distinfo new file mode 100644 index 00000000000..b315a073fac --- /dev/null +++ b/devel/p5-Carp-Assert-More/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/08 15:11:12 seb Exp $ + +SHA1 (Carp-Assert-More-1.12.tar.gz) = 6c8b694d0b2bf9642960fa56a41eacd2e563fc0e +RMD160 (Carp-Assert-More-1.12.tar.gz) = 7501ffc3e557a0ffd083dab558482334fdcec3db +Size (Carp-Assert-More-1.12.tar.gz) = 8371 bytes |