1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/hs-xml/Makefile
Gabor Pali cc893de51f - Update to 1.3.12
Obtained from:	FreeBSD Haskell
2012-02-13 05:44:24 +00:00

23 lines
443 B
Makefile

# 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.12
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A simple XML library for Haskell
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>