Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-vault/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= vault | PORTNAME= vault | ||||
| PORTVERSION= 0.3.0.7 | PORTVERSION= 0.3.1.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Persistent store for values of arbitrary types | COMMENT= Persistent store for values of arbitrary types | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable>=1.1.2.5 unordered-containers>=0.2.3.0 | USE_CABAL= hashable>=1.1.2.5 semigroups unordered-containers>=0.2.3.0 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||