18eb45e12e
Provides access to system information and functionality to Lua scripts via Haskell's System module. Intended usage for this package is to preload it by adding the loader function to package.preload. Note that the Lua package library must have already been loaded before the loader can be added.
14 lines
425 B
Makefile
14 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/15 13:53:58 pho Exp $
|
|
|
|
DISTNAME= hslua-module-system-0.2.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Lua module wrapper around Haskell System module
|
|
LICENSE= mit
|
|
|
|
.include "../../devel/hs-exceptions/buildlink3.mk"
|
|
.include "../../lang/hs-hslua/buildlink3.mk"
|
|
.include "../../sysutils/hs-temporary/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|