pkgsrc-wip/hs-stringsearch/Makefile
PHO / phonohawk 0c44d2890e Import hs-stringsearch-0.3.6.2 as wip/hs-stringsearch.
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.
2011-10-26 22:55:34 +00:00

12 lines
306 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/26 22:55:34 phonohawk Exp $
#
DISTNAME= stringsearch-0.3.6.2
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Fast searching, splitting and replacing of ByteStrings
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"