diff options
Diffstat (limited to 'textproc/hs-stringsearch/Makefile')
-rw-r--r-- | textproc/hs-stringsearch/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index b6421e18ed8b..c38e9cb1f245 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -5,12 +5,15 @@ # $FreeBSD$ PORTNAME= stringsearch -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Boyer-Moore/Knuth-Morris-Pratt string search library +LICENSE= BSD +FILE_LICENSE= LICENCE + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |