this does not run-depends on lua, so it needs to have those directories

registered
This commit is contained in:
espie 2018-05-15 11:08:12 +00:00
parent 7aa9f959ca
commit 1da226ddc3
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2018/01/14 15:36:40 landry Exp $
# $OpenBSD: Makefile,v 1.13 2018/05/15 11:08:12 espie Exp $
COMMENT-main= database interface library for Lua (including SQLite3)
COMMENT-mysql= MySQL driver for luadbi
@ -11,6 +11,7 @@ GH_TAGNAME= v${V}
PKGNAME-main= ${GH_PROJECT}-${V}
PKGNAME-mysql= ${GH_PROJECT}-mysql-$V
PKGNAME-pgsql= ${GH_PROJECT}-pgsql-$V
REVISION-main = 0
CATEGORIES= databases

View File

@ -1,3 +1,8 @@
@comment $OpenBSD: PLIST-main,v 1.2 2018/01/14 15:36:40 landry Exp $
@comment $OpenBSD: PLIST-main,v 1.3 2018/05/15 11:08:12 espie Exp $
lib/lua/
lib/lua/${MODLUA_VERSION}/
lib/lua/${MODLUA_VERSION}/dbd/
lib/lua/${MODLUA_VERSION}/dbd/sqlite3.so
share/lua/
share/lua/${MODLUA_VERSION}/
share/lua/${MODLUA_VERSION}/DBI.lua