aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hexpat/Makefile
blob: 23a350ba534d38f88a7e4532e2245f8f9774734f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	hexpat
PORTVERSION=	0.20.3
PORTREVISION=	3
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	XML parser/formatter based on expat

LICENSE=	BSD

USE_CABAL=	extensible-exceptions>=0.1 List>=0.4.2 text>=0.5 transformers \
		utf8-string

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