diff options
Diffstat (limited to 'textproc/hs-hxt-regex-xmlschema/Makefile')
-rw-r--r-- | textproc/hs-hxt-regex-xmlschema/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile index 6794b595feeb..59e74dae053d 100644 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ b/textproc/hs-hxt-regex-xmlschema/Makefile @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= hxt-regex-xmlschema -PORTVERSION= 9.0.4 -PORTREVISION= 4 +PORTVERSION= 9.1.0 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A regular expression library for W3C XML Schema regular expressions +COMMENT= Regular expression library for W3C XML Schema regular expressions + +LICENSE= MIT CABAL_SETUP= Setup.hs |