diff options
Diffstat (limited to 'devel/hs-configurator/Makefile')
-rw-r--r-- | devel/hs-configurator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-configurator/Makefile b/devel/hs-configurator/Makefile index 74dec198b7f4..a2c269b14e83 100644 --- a/devel/hs-configurator/Makefile +++ b/devel/hs-configurator/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= configurator -PORTVERSION= 0.2.0.2 -PORTREVISION= 6 +PORTVERSION= 0.3.0.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Configuration management -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= attoparsec>=0.10.0.2 hashable text>=0.11.1.0 unix-compat \ unordered-containers |