diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-17 13:36:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-17 13:36:50 +0000 |
commit | 9aadd3f9df4c003e87e1aed45bc5c65c226f245a (patch) | |
tree | 700618e78c7a60b840ab0673b7803816859b7b22 /devel | |
parent | Update to version 0.6.6 (diff) |
Add p5-Carp-Assert 0.17, perl module not unlike C assert.h.
PR: 32878
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=51667
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/pkg-plist | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bd15c9fbe809..cec839e249ae 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -317,6 +317,7 @@ SUBDIR += p5-BSD-Resource SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache + SUBDIR += p5-Carp-Assert SUBDIR += p5-Cdk SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Date diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile new file mode 100644 index 000000000000..23ea8f303cad --- /dev/null +++ b/devel/p5-Carp-Assert/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Carp-Assert +# Date created: 15 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Carp-Assert +PORTVERSION= 0.17 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Carp::Assert.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Carp-Assert/distinfo b/devel/p5-Carp-Assert/distinfo new file mode 100644 index 000000000000..e6f0aae0ebf8 --- /dev/null +++ b/devel/p5-Carp-Assert/distinfo @@ -0,0 +1 @@ +MD5 (Carp-Assert-0.17.tar.gz) = 94c208587f49a85b3d3d354d0d3a7dc4 diff --git a/devel/p5-Carp-Assert/pkg-comment b/devel/p5-Carp-Assert/pkg-comment new file mode 100644 index 000000000000..cb1f854f6d8d --- /dev/null +++ b/devel/p5-Carp-Assert/pkg-comment @@ -0,0 +1 @@ +Executable comments like the ANSI C library assert.h diff --git a/devel/p5-Carp-Assert/pkg-descr b/devel/p5-Carp-Assert/pkg-descr new file mode 100644 index 000000000000..8fa06d96d87f --- /dev/null +++ b/devel/p5-Carp-Assert/pkg-descr @@ -0,0 +1,6 @@ +Carp::Assert is intended for a purpose like the ANSI C library assert.h. + +WWW: http://search.cpan.org/search?dist=Carp-Assert + +-- Sergey Skvortsov +skv@protey.ru diff --git a/devel/p5-Carp-Assert/pkg-plist b/devel/p5-Carp-Assert/pkg-plist new file mode 100644 index 000000000000..9634056ccf8d --- /dev/null +++ b/devel/p5-Carp-Assert/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Assert/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Carp/Assert.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Assert +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Carp 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp 2>/dev/null || true |