2011-05-08 20:40:59 +02:00
|
|
|
# New ports collection makefile for: hs-hxt-unicode
|
|
|
|
# Date created: March 13, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hxt-unicode
|
2012-02-13 06:35:36 +01:00
|
|
|
PORTVERSION= 9.0.2
|
2011-05-08 20:40:59 +02:00
|
|
|
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>
|