diff options
author | explorer <explorer> | 2001-06-10 06:22:18 +0000 |
---|---|---|
committer | explorer <explorer> | 2001-06-10 06:22:18 +0000 |
commit | 555f1e6cee9809bf2aaa5f72373311643bb6edb1 (patch) | |
tree | a749baa309dec5c75281b685e3a37547334a9809 /textproc | |
parent | 1ac63845c44cdee7d9cb7869dccd8c0c54ddfad9 (diff) | |
download | pkgsrc-555f1e6cee9809bf2aaa5f72373311643bb6edb1.tar.gz |
add p5-Text-Balanced-1.85 : Extract delimited text sequences from strings
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/pkg/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/pkg/PLIST | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile new file mode 100644 index 00000000000..c1f640ea3c9 --- /dev/null +++ b/textproc/p5-Text-Balanced/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2001/06/10 06:22:18 explorer Exp $ +# + +DISTNAME= Text-Balanced-1.85 +PKGNAME= p5-Text-Balanced-1.85 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= Extract delimited text sequences from strings + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Balanced/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo new file mode 100644 index 00000000000..cda2c8aa2f1 --- /dev/null +++ b/textproc/p5-Text-Balanced/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/06/10 06:22:18 explorer Exp $ + +MD5 (Text-Balanced-1.85.tar.gz) = 5d10f3e3a6d44126e81258411a9cb47e +Size (DelimMatch-1.03.tar.gz) = 26808 bytes diff --git a/textproc/p5-Text-Balanced/pkg/DESCR b/textproc/p5-Text-Balanced/pkg/DESCR new file mode 100644 index 00000000000..a89c6535633 --- /dev/null +++ b/textproc/p5-Text-Balanced/pkg/DESCR @@ -0,0 +1 @@ +Extract delimited text sequences from strings. diff --git a/textproc/p5-Text-Balanced/pkg/PLIST b/textproc/p5-Text-Balanced/pkg/PLIST new file mode 100644 index 00000000000..a8fc4ec94b9 --- /dev/null +++ b/textproc/p5-Text-Balanced/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/06/10 06:22:19 explorer Exp $ |