aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-stringsearch/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-07-30 09:01:47 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-07-30 09:01:47 +0000
commit232cc56cf87bf556e50fc9dff3507414961dc054 (patch)
tree782fff2fb31bff48c5d3da3cbfbed1feae021142 /textproc/hs-stringsearch/Makefile
parent639d930c97d5b63d1f6fcb9638dcb960ce1a92d0 (diff)
downloadports-232cc56cf87bf556e50fc9dff3507414961dc054.tar.gz
ports-232cc56cf87bf556e50fc9dff3507414961dc054.zip
Notes
Diffstat (limited to 'textproc/hs-stringsearch/Makefile')
-rw-r--r--textproc/hs-stringsearch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile
index 3fa070e087f6..b6421e18ed8b 100644
--- a/textproc/hs-stringsearch/Makefile
+++ b/textproc/hs-stringsearch/Makefile
@@ -5,12 +5,13 @@
# $FreeBSD$
PORTNAME= stringsearch
-PORTVERSION= 0.2.1.1
-PORTREVISION= 4
+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>