mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Add lua-pgsql 1.6.8, lua binding for PostgreSQL.
PR: 254188 Submitted by: dmitry.wagin@ya.ru
This commit is contained in:
parent
e55a263684
commit
69f6410ac8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568066
@ -168,6 +168,7 @@
|
||||
SUBDIR += litestream
|
||||
SUBDIR += lmdb
|
||||
SUBDIR += lua-lsqlite3
|
||||
SUBDIR += lua-pgsql
|
||||
SUBDIR += lua-resty-redis
|
||||
SUBDIR += lua-xapian
|
||||
SUBDIR += luadbi
|
||||
|
29
databases/lua-pgsql/Makefile
Normal file
29
databases/lua-pgsql/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgsql
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dmitry.wagin@ya.ru
|
||||
COMMENT= Lua binding for PostgreSQL
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= lua pgsql:9.5+
|
||||
WANT_PGSQL= client
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arcapos
|
||||
GH_PROJECT= luapgsql
|
||||
GH_TAGNAME= 023992e
|
||||
|
||||
MAKE_ARGS= LUA_VERSION=${LUA_VER}
|
||||
|
||||
PLIST_FILES= ${LUA_MODLIBDIR}/pgsql.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}
|
||||
${INSTALL_LIB} ${WRKSRC}/libpgsql.so ${STAGEDIR}${LUA_MODLIBDIR}/pgsql.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/lua-pgsql/distinfo
Normal file
3
databases/lua-pgsql/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1615382038
|
||||
SHA256 (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 2c2e56e9f9dca510c706bdf2f549aee957cb3632986d7ab1aef02ccb4bc0d9fd
|
||||
SIZE (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 13775
|
3
databases/lua-pgsql/pkg-descr
Normal file
3
databases/lua-pgsql/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Lua binding for PostgreSQL.
|
||||
|
||||
WWW: https://github.com/arcapos/luapgsql
|
Loading…
Reference in New Issue
Block a user