# New ports collection makefile for:	stringsearch
# Date created:				November 1, 2008
# Whom:					Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD: ports/textproc/hs-stringsearch/Makefile,v 1.9 2010/07/30 09:01:47 pgj Exp $

PORTNAME=	stringsearch
PORTVERSION=	0.3.0
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Boyer-Moore/Knuth-Morris-Pratt string search library

CABAL_SETUP=	Setup.hs

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
