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

PORTNAME=	xml-types
PORTVERSION=	0.3.3
PORTREVISION=	5
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Basic types for representing XML

LICENSE=	MIT

USE_CABAL=	text

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