aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Regexp-Shellish/Makefile22
-rw-r--r--devel/p5-Regexp-Shellish/distinfo1
-rw-r--r--devel/p5-Regexp-Shellish/pkg-descr3
-rw-r--r--devel/p5-Regexp-Shellish/pkg-plist5
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 58c2da8e8890..0742cf64c413 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -798,6 +798,7 @@
SUBDIR += p5-Rcs-Agent
SUBDIR += p5-ReadLine-Gnu
SUBDIR += p5-ReadLine-Perl
+ SUBDIR += p5-Regexp-Shellish
SUBDIR += p5-Religion
SUBDIR += p5-ResourcePool
SUBDIR += p5-Resources
diff --git a/devel/p5-Regexp-Shellish/Makefile b/devel/p5-Regexp-Shellish/Makefile
new file mode 100644
index 000000000000..a38577b9b494
--- /dev/null
+++ b/devel/p5-Regexp-Shellish/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Regexp::Shellish
+# Date created: 8 Jan 2004
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Regexp-Shellish
+PORTVERSION= 0.93
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Regexp
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl module for shell-like regular expressions
+
+PERL_CONFIGURE= yes
+
+MAN3= Regexp::Shellish.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Regexp-Shellish/distinfo b/devel/p5-Regexp-Shellish/distinfo
new file mode 100644
index 000000000000..f0d86438013f
--- /dev/null
+++ b/devel/p5-Regexp-Shellish/distinfo
@@ -0,0 +1 @@
+MD5 (Regexp-Shellish-0.93.tar.gz) = a5f92bf82b3d5033518e6d2c1028ee37
diff --git a/devel/p5-Regexp-Shellish/pkg-descr b/devel/p5-Regexp-Shellish/pkg-descr
new file mode 100644
index 000000000000..de4419ba58d2
--- /dev/null
+++ b/devel/p5-Regexp-Shellish/pkg-descr
@@ -0,0 +1,3 @@
+Shell-like regular expressions.
+
+WWW: http://search.cpan.org/dist/Regexp-Shellish/
diff --git a/devel/p5-Regexp-Shellish/pkg-plist b/devel/p5-Regexp-Shellish/pkg-plist
new file mode 100644
index 000000000000..8caf196404e5
--- /dev/null
+++ b/devel/p5-Regexp-Shellish/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Regexp/Shellish.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Shellish/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Shellish
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Regexp 2>/dev/null || true