- 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
17 lines
353 B
Makefile
17 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pool-conduit
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Resource pool allocations via ResourceT
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= monad-control resource-pool>=0.2.1 resourcet>=0.3 \
|
|
transformers>=0.2.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|