932e6dc413
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html-conduit
|
|
PORTVERSION= 1.2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Parse HTML documents using xml-conduit datatypes
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= conduit>=1.0 conduit-extra>=1.1.1 resourcet>=0.3 \
|
|
tagstream-conduit>=0.5.5.3 text xml-conduit>=1.3 xml-types>=0.3
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|