pkgsrc/textproc/p5-Text-DelimMatch/Makefile
xtraeme c5f1f03a9b Updated to 1.06a, provided by Min Sik Kim in PR pkg/23463.
Changes since 1.03:

  * Fixed a couple of places where "/s" was missing
    from the regex, preventing multi-line matches from working correctly.
  * Added returndelim() and strip_delim() methods to control
    whether or not the match returned includes the start and
    end delimiters. By default, delimiters are returned.
2003-11-18 13:42:46 +00:00

19 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/11/18 13:42:46 xtraeme Exp $
#
DISTNAME= DelimMatch-1.06a
PKGNAME= p5-Text-${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
SVR4_PKGNAME= p5tdm
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/
COMMENT= Find regexp delimited strings with proper nesting
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/DelimMatch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"