diff options
Diffstat (limited to 'textproc/hs-stringsearch/Makefile')
-rw-r--r-- | textproc/hs-stringsearch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index c51efb998364..0f26e7675e7a 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= stringsearch -PORTVERSION= 0.3.6.4 -PORTREVISION= 6 +PORTVERSION= 0.3.6.5 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Fast searching, splitting and replacing of ByteStrings -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |