diff options
Diffstat (limited to 'textproc/hs-regex-posix/Makefile')
-rw-r--r-- | textproc/hs-regex-posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index 093a7edc71fe..cded778645ee 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -2,13 +2,13 @@ PORTNAME= regex-posix PORTVERSION= 0.95.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Replaces/enhances Text.Regex -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= regex-base>=0.93 |