pkgsrc-wip/hs-punycode/Makefile
PHO / phonohawk f56bacdb21 Import hs-punycode-0.0.1.0 as wip/hs-punycode.
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).
2011-10-05 06:03:54 +00:00

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"