aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Carp-Assert
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:36:50 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:36:50 +0000
commit9aadd3f9df4c003e87e1aed45bc5c65c226f245a (patch)
tree700618e78c7a60b840ab0673b7803816859b7b22 /devel/p5-Carp-Assert
parentbc899b7c581ac76952fed466c590ee2be47b4f51 (diff)
downloadports-9aadd3f9df4c003e87e1aed45bc5c65c226f245a.tar.gz
ports-9aadd3f9df4c003e87e1aed45bc5c65c226f245a.zip
Notes
Diffstat (limited to 'devel/p5-Carp-Assert')
-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
5 files changed, 35 insertions, 0 deletions
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