aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-stringsearch/Makefile
diff options
context:
space:
mode:
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>