Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-configurator/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= configurator | PORTNAME= configurator | ||||
| PORTVERSION= 0.3.0.0 | PORTVERSION= 0.3.0.0 | ||||
| PORTREVISION= 4 | PORTREVISION= 5 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Configuration management | COMMENT= Configuration management | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= attoparsec>=0.10.0.2 hashable text>=0.11.1.0 unix-compat \ | USE_CABAL= attoparsec>=0.10.0.2 hashable unix-compat unordered-containers | ||||
| unordered-containers | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||