Update devel/devhelp to version 3.14.0
[dports.git] / textproc / hs-hxt-unicode / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       hxt-unicode
4 PORTVERSION=    9.0.2.2
5 PORTREVISION=   1
6 CATEGORIES=     textproc haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
10
11 LICENSE=        MIT
12
13 USE_CABAL=      hxt-charproperties>=9
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>