aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-12-17 21:36:50 +0800
committertobez <tobez@FreeBSD.org>2001-12-17 21:36:50 +0800
commitd8071875777ff4bfd18743b7a6620742aeb8b91f (patch)
treeeadbc19dad00f237095223a27ad0419d80a92979
parentd5486d98bfb12a1cdd721324d3df5d6c3819fbdf (diff)
downloadfreebsd-ports-gnome-d8071875777ff4bfd18743b7a6620742aeb8b91f.tar.gz
freebsd-ports-gnome-d8071875777ff4bfd18743b7a6620742aeb8b91f.tar.zst
freebsd-ports-gnome-d8071875777ff4bfd18743b7a6620742aeb8b91f.zip
Add p5-Carp-Assert 0.17, perl module not unlike C assert.h.
PR: 32878 Submitted by: Sergey Skvortsov <skv@protey.ru>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Carp-Assert/Makefile22
-rw-r--r--devel/p5-Carp-Assert/distinfo1
-rw-r--r--devel/p5-Carp-Assert/pkg-comment1
-rw-r--r--devel/p5-Carp-Assert/pkg-descr6
-rw-r--r--devel/p5-Carp-Assert/pkg-plist5
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