Punicode library to uniquely and reversibly transform a Unicode string into an ASCII string. This is a partial implementation of RFC 3492: Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA).
15 lines
394 B
Makefile
15 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/05 06:03:54 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= punycode-0.0.1.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Punycode encoder
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../wip/hs-text/buildlink3.mk"
|
|
.include "../../wip/hs-text-icu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|