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
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xml-conduit
|
|
PORTVERSION= 1.1.0.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Pure-Haskell utilities for dealing with XML with the conduit package
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= attoparsec>=0.10 attoparsec-conduit>=1.0 blaze-builder>=0.2 \
|
|
blaze-builder-conduit>=1.0 blaze-html>=0.5 blaze-markup>=0.5 \
|
|
conduit>=1.0 data-default failure>=0.1 monad-control>=0.3 \
|
|
resourcet>=0.3 system-filepath>=0.4 text>=0.7 \
|
|
transformers>=0.2 xml-types>=0.3.3
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|