1a75cb1d44
- Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
21 lines
587 B
Makefile
21 lines
587 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= persistent
|
|
PORTVERSION= 1.2.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Type-safe, multi-backend data serialization
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \
|
|
blaze-markup>=0.5.1 conduit>=1.0 lifted-base>=0.1 \
|
|
monad-control>=0.3 monad-logger>=0.3 path-pieces>=0.1 \
|
|
pool-conduit>=0.1.2 resourcet>=0.4 silently text>=0.8 \
|
|
transformers>=0.2.1 transformers-base unordered-containers \
|
|
vector
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|