diff options
Diffstat (limited to 'textproc/hs-stringsearch/Makefile')
-rw-r--r-- | textproc/hs-stringsearch/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index 397cc570f57b..d3b04482e263 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: stringsearch -# Date created: November 1, 2008 -# Whom: Samy Al Bahra <sbahra@kerneled.org> -# +# Created by: Samy Al Bahra <sbahra@kerneled.org> # $FreeBSD$ PORTNAME= stringsearch -PORTVERSION= 0.3.6.3 -PORTREVISION= 2 +PORTVERSION= 0.3.6.4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Boyer-Moore/Knuth-Morris-Pratt string search library +COMMENT= Fast searching, splitting and replacing of ByteStrings LICENSE= BSD FILE_LICENSE= LICENCE |