aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hxt/Makefile
blob: d1e837220d97a4c1ce4d992a1c2a7f5c45255d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for: hs-hxt
# Date created:        May 14, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	hxt
PORTVERSION=	8.5.4
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A collection of tools for processing XML with Haskell

USE_HACKAGE=	curl>=1.3 deepseq>=1.1 tagsoup>=0.8

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>