820713ef2e
- Fixed subtle bug in gen_extract_tagged - Doc fix: removed suggestion that extract_tagged defaults to matching HTML tags - Doc fix: clarified general matching behaviour - Fixed bug in parsing /.../ after a ( - Doc fix: documented extract_variable - Fixed extract_variable handling of $h{qr}, $h{tr}, etc. - Fixed incorrect handling of $::var - Fixed error count on t/extract_variable.t - Fixed bug in extract_codelike when non-standard delimiters used
18 lines
461 B
Makefile
18 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/04/25 17:07:18 mjl Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Balanced-1.94
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tba
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
#HOMEPAGE=
|
|
COMMENT= Extract delimited text sequences from strings
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Balanced/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|