28ba2caafe
Penlight is a handy set of pure Lua libraries inspired by the Python standard library. PR: 272850 Approved by: diizzy
28 lines
598 B
Makefile
28 lines
598 B
Makefile
PORTNAME= Penlight
|
|
DISTVERSION= 1.13.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= markj@FreeBSD.org
|
|
COMMENT= Comprehensive set of libraries for Lua
|
|
WWW= https://github.com/lunarmodules/Penlight
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR}
|
|
|
|
USES= lua:54,module
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lunarmodules
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}/pl
|
|
${INSTALL_DATA} ${WRKSRC}/lua/pl/*.lua ${STAGEDIR}${LUA_MODSHAREDIR}/pl
|
|
|
|
.include <bsd.port.mk>
|