diff options
author | pgj <pgj@FreeBSD.org> | 2010-07-30 17:01:47 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-07-30 17:01:47 +0800 |
commit | 79a0a78b77d5c9bc9f694a7a61982e9e855c9feb (patch) | |
tree | 823d4facb4ffc36c52741b8d703b7da700b8003d /textproc/hs-stringsearch/Makefile | |
parent | 967fbda9e2928865c3e208f2978951fcef66b0ae (diff) | |
download | freebsd-ports-gnome-79a0a78b77d5c9bc9f694a7a61982e9e855c9feb.tar.gz freebsd-ports-gnome-79a0a78b77d5c9bc9f694a7a61982e9e855c9feb.tar.zst freebsd-ports-gnome-79a0a78b77d5c9bc9f694a7a61982e9e855c9feb.zip |
- Update to 0.3.0
Diffstat (limited to 'textproc/hs-stringsearch/Makefile')
-rw-r--r-- | textproc/hs-stringsearch/Makefile | 5 |
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> |