diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-11 08:51:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-11 08:51:26 +0000 |
commit | ae67cc080174efe5e37020d3f7d4b3c858e78298 (patch) | |
tree | 50e55660aac724d1a39f4ac147f2d1ed1d21e238 /textproc/p5-YAPE-Regex-Explain | |
parent | 850300a262e3ecb57388378fea400bd45bfd156d (diff) | |
download | ports-ae67cc080174efe5e37020d3f7d4b3c858e78298.tar.gz ports-ae67cc080174efe5e37020d3f7d4b3c858e78298.zip |
Notes
Diffstat (limited to 'textproc/p5-YAPE-Regex-Explain')
-rw-r--r-- | textproc/p5-YAPE-Regex-Explain/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-YAPE-Regex-Explain/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-YAPE-Regex-Explain/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-YAPE-Regex-Explain/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-YAPE-Regex-Explain/Makefile b/textproc/p5-YAPE-Regex-Explain/Makefile new file mode 100644 index 000000000000..bdbc4d0a8da1 --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-YAPE-Regex-Explain +# Date created: 3 juin 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= YAPE-Regex-Explain +PORTVERSION= 3.011 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PI/PINYAN +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Explanation of a Regular Expression + +BUILD_DEPENDS= ${SITE_PERL}/YAPE/Regex.pm:${PORTSDIR}/textproc/p5-YAPE-Regex +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= YAPE::Regex::Explain.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-YAPE-Regex-Explain/distinfo b/textproc/p5-YAPE-Regex-Explain/distinfo new file mode 100644 index 000000000000..f522078be258 --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/distinfo @@ -0,0 +1 @@ +MD5 (YAPE-Regex-Explain-3.011.tar.gz) = 3e6f3eed266cb52ceec6b1fb70d3e4f8 diff --git a/textproc/p5-YAPE-Regex-Explain/pkg-descr b/textproc/p5-YAPE-Regex-Explain/pkg-descr new file mode 100644 index 000000000000..74d91e0bf39b --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/pkg-descr @@ -0,0 +1,4 @@ +This module merely sub-classes YAPE::Regex, and produces a rather verbose +explanation of a regex, suitable for demonstration and tutorial purposes. + +WWW: http://search.cpan.org/dist/YAPE-Regex-Explain/ diff --git a/textproc/p5-YAPE-Regex-Explain/pkg-plist b/textproc/p5-YAPE-Regex-Explain/pkg-plist new file mode 100644 index 000000000000..60cff8626a0f --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/YAPE/Regex/Explain.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex/Explain/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex/Explain +@unexec rmdir %D/%%SITE_PERL%%/YAPE/Regex 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/YAPE 2>/dev/null || true |