freebsd-ports/textproc/hs-hxt-unicode/Makefile
Gabor Pali c3d438e0fb - Update to 9.0.2
Obtained from:	FreeBSD Haskell
2012-02-13 05:35:36 +00:00

20 lines
453 B
Makefile

# New ports collection makefile for: hs-hxt-unicode
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hxt-unicode
PORTVERSION= 9.0.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Unicode functions for utf8, iso-latin-* and other encodings
CABAL_SETUP= Setup.hs
USE_CABAL= hxt-charproperties>=9
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>