Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-hashtables/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= hashtables | PORTNAME= hashtables | ||||
| PORTVERSION= 1.2.1.1 | PORTVERSION= 1.2.3.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Mutable hash tables in the ST monad | COMMENT= Mutable hash tables in the ST monad | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable>=1.1 primitive vector>=0.7 | USE_CABAL= hashable>=1.1 primitive vector>=0.7 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||