pkgsrc-wip/hs-punycode/buildlink3.mk
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

16 lines
482 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/05 06:03:54 phonohawk Exp $
BUILDLINK_TREE+= hs-punycode
.if !defined(HS_PUNYCODE_BUILDLINK3_MK)
HS_PUNYCODE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-punycode+= hs-punycode>=0.0
BUILDLINK_PKGSRCDIR.hs-punycode?= ../../wip/hs-punycode
.include "../../wip/hs-parsec/buildlink3.mk"
.include "../../wip/hs-text/buildlink3.mk"
.include "../../wip/hs-text-icu/buildlink3.mk"
.endif # HS_PUNYCODE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-punycode