Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-constraints/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= constraints | PORTNAME= constraints | ||||
| PORTVERSION= 0.9.1 | PORTVERSION= 0.10 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Constraint manipulation | COMMENT= Constraint manipulation | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable mtl transformers-compat | USE_CABAL= hashable mtl semigroups transformers-compat | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||