aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-xml/Makefile
blob: 77c606efbb2638cfc94858af2e26e283c99be546 (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-xml
# Date created:        January 10 2010
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   xml
PORTVERSION=    1.3.5
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A simple XML library for Haskell

CABAL_SETUP=    Setup.hs

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