diff options
Diffstat (limited to 'devel/hs-configurator/Makefile')
-rw-r--r-- | devel/hs-configurator/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/hs-configurator/Makefile b/devel/hs-configurator/Makefile new file mode 100644 index 000000000000..87230a539f7e --- /dev/null +++ b/devel/hs-configurator/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-configurator +# Date created: November 19, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= configurator +PORTVERSION= 0.2.0.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Configuration management + +LICENSE= BSD + +USE_CABAL= attoparsec>=0.10.0.2 hashable text>=0.11.1.0 unix-compat \ + unordered-containers + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |