diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 13:34:07 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 13:34:07 +0000 |
commit | b7fd7f538ef758082319002792bedcf64f0383ee (patch) | |
tree | b3fc0b12eafaa895c3967fd9e415784462a0b59b /devel/p5-Regexp-Shellish | |
parent | 7905226a7500349da8b19ccf03c18865e24d869a (diff) | |
download | ports-b7fd7f538ef758082319002792bedcf64f0383ee.tar.gz ports-b7fd7f538ef758082319002792bedcf64f0383ee.zip |
Notes
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 |