5fb6bf630f
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.
12 lines
350 B
Makefile
12 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/17 15:59:25 pho Exp $
|
|
|
|
DISTNAME= hxt-unicode-9.0.2.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Unicode en-/decoding functions used in the Haskell XML Toolbox
|
|
LICENSE= mit
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|