pkgsrc/textproc/hs-stringsearch/Makefile
szptvlfn fa591b1aad Import stringsearch-0.3.6.5 as textproc/hs-stringsearch,
packaged for wip by pho.

This package provides several functions to quickly search for
substrings in strict or lazy ByteStrings. It also provides functions
for breaking or splitting on substrings and replacing all occurrences
of a substring (the first in case of overlaps) with another.
2014-08-01 12:09:42 +00:00

11 lines
295 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/01 12:09:42 szptvlfn Exp $
DISTNAME= stringsearch-0.3.6.5
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Fast searching, splitting and replacing of ByteStrings
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"