diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
commit | bd8d410bbe561cb06cef8e6439398148ea172996 (patch) | |
tree | bb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /textproc/hs-hxt-regex-xmlschema/Makefile | |
parent | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff) | |
download | ports-bd8d410bbe561cb06cef8e6439398148ea172996.tar.gz ports-bd8d410bbe561cb06cef8e6439398148ea172996.zip |
Notes
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 |