freebsd-ports/textproc/hs-xml/Makefile
Gabor Pali d2579ee486 - Update textproc/hs-xml to 1.3.9
Obtained from:	FreeBSD Haskell
2011-08-14 14:37:55 +00:00

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