pkgsrc/devel/hs-utf8-string/buildlink3.mk
szptvlfn 6359aa0e65 Import utf8-string-0.3.7 as devel/hs-utf8-string,
packaged for wip by pho.

A UTF8 layer for IO and Strings. The utf8-string
package provides operations for encoding UTF8
strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
2014-05-18 21:16:55 +00:00

12 lines
372 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/05/18 21:16:55 szptvlfn Exp $
BUILDLINK_TREE+= hs-utf8-string
.if !defined(HS_UTF8_STRING_BUILDLINK3_MK)
HS_UTF8_STRING_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-utf8-string+= hs-utf8-string>=0.3.7
BUILDLINK_PKGSRCDIR.hs-utf8-string?= ../../devel/hs-utf8-string
.endif # HS_UTF8_STRING_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-utf8-string