freebsd-ports/textproc/hs-hxt-unicode/Makefile
Gabor Pali 9acc72cbe0 Unicode encoding and decoding functions for utf8, iso-latin-* and somes other
encodings, used in the Haskell XML Toolbox.  ISO Latin 1 - 16, utf8, utf16,
ASCII are supported. Decoding is done with lasy functions, errors may be
detected or ignored.

WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html

Obtained from:	FreeBSD Haskell
2011-05-08 18:40:59 +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.1
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>