diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 21:34:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 21:34:07 +0800 |
commit | 9a169efbfb82d3d53b5baf0c4ce1d2a83a752053 (patch) | |
tree | ee706ecee5fd6e38de7cf86a8217f1ba2d2d4c55 /devel/p5-Regexp-Shellish | |
parent | 58562b9f9627afa830f4e5491deba43c3cc24239 (diff) | |
download | freebsd-ports-gnome-9a169efbfb82d3d53b5baf0c4ce1d2a83a752053.tar.gz freebsd-ports-gnome-9a169efbfb82d3d53b5baf0c4ce1d2a83a752053.tar.zst freebsd-ports-gnome-9a169efbfb82d3d53b5baf0c4ce1d2a83a752053.zip |
Add p5-Regexp-Shellish 0.93, perl module for shell-like regular
expressions.
Diffstat (limited to 'devel/p5-Regexp-Shellish')
-rw-r--r-- | devel/p5-Regexp-Shellish/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Regexp-Shellish/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Regexp-Shellish/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Regexp-Shellish/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
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 |