diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-20 03:56:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-20 03:56:38 +0000 |
commit | 9b289b47c2c9aa49b254295623efb8b00287fe33 (patch) | |
tree | 110e4d2ea67cba84f9ea942d91e3c98d2670e113 /devel | |
parent | 831821ea07ea153798dd6b9d0492e1807a6e5cf3 (diff) | |
download | pkgsrc-9b289b47c2c9aa49b254295623efb8b00287fe33.tar.gz |
Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.
Carp::Assert is intended for a purpose like the ANSI C library assert.h.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Carp-Assert/DESCR | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Carp-Assert/DESCR b/devel/p5-Carp-Assert/DESCR new file mode 100644 index 00000000000..6c8aaad2b38 --- /dev/null +++ b/devel/p5-Carp-Assert/DESCR @@ -0,0 +1 @@ +Carp::Assert is intended for a purpose like the ANSI C library assert.h. diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile new file mode 100644 index 00000000000..a501ff04e04 --- /dev/null +++ b/devel/p5-Carp-Assert/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $ +# + +DISTNAME= Carp-Assert-0.17 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cpa +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/search?dist=Carp-Assert +COMMENT= Executable comments like the ANSI C library assert.h + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Carp/Assert/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Carp-Assert/PLIST b/devel/p5-Carp-Assert/PLIST new file mode 100644 index 00000000000..2e6b6a358b0 --- /dev/null +++ b/devel/p5-Carp-Assert/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $ diff --git a/devel/p5-Carp-Assert/distinfo b/devel/p5-Carp-Assert/distinfo new file mode 100644 index 00000000000..7e38b2a5c33 --- /dev/null +++ b/devel/p5-Carp-Assert/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $ + +SHA1 (Carp-Assert-0.17.tar.gz) = 1892da09958a50da60b527ab627907ad4718c4cd +Size (Carp-Assert-0.17.tar.gz) = 8815 bytes |