diff options
author | explorer <explorer@pkgsrc.org> | 2001-06-10 06:22:18 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2001-06-10 06:22:18 +0000 |
commit | 0119f234f38c749c642ed6b5df658bec0d37661c (patch) | |
tree | a749baa309dec5c75281b685e3a37547334a9809 /textproc/p5-Text-Balanced/Makefile | |
parent | 286817445d878bfb82f2f02bee3873db9d5b788c (diff) | |
download | pkgsrc-0119f234f38c749c642ed6b5df658bec0d37661c.tar.gz |
add p5-Text-Balanced-1.85 : Extract delimited text sequences from strings
Diffstat (limited to 'textproc/p5-Text-Balanced/Makefile')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 19 |
1 files changed, 19 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" |