00f19493c3
This library provides two modules: * System.IO.CodePage: a cross-platform module that exports functions which adjust code pages on Windows, and do nothing on other operating systems. * System.Win32.CodePage: On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this module exports nothing.
12 lines
347 B
Makefile
12 lines
347 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 12:37:21 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-code-page
|
|
|
|
.if !defined(HS_CODE_PAGE_BUILDLINK3_MK)
|
|
HS_CODE_PAGE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-code-page+= hs-code-page>=0.2
|
|
BUILDLINK_PKGSRCDIR.hs-code-page?= ../../devel/hs-code-page
|
|
.endif # HS_CODE_PAGE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-code-page
|