mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix build
- While here, add LICENSE PR: 211026 Submitted by: sunghyuk@gmail.com (maintainer)
This commit is contained in:
parent
7e70215395
commit
1379ad389e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418718
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pllua
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/3481/
|
||||
PKGNAMEPREFIX= postgresql-
|
||||
@ -10,7 +11,9 @@ PKGNAMEPREFIX= postgresql-
|
||||
MAINTAINER= sunghyuk@gmail.com
|
||||
COMMENT= PL/Lua procedural language for PostgreSQL database
|
||||
|
||||
USES+= gmake lua pgsql:9.1-
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake lua pgsql:9.1-
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -1,3 +1,3 @@
|
||||
Use the following sql script to create PL/Lua
|
||||
|
||||
ex) psql -f %%PREFIX%%/share/postgresql/contrib/pllua.sql <database>
|
||||
ex) psql -c "CREATE EXTENSION pllua" <database>
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/postgresql/pllua.so
|
||||
share/postgresql/contrib/pllua--1.0.sql
|
||||
share/postgresql/extension/pllua--1.0.sql
|
||||
share/postgresql/extension/pllua.control
|
||||
|
Loading…
Reference in New Issue
Block a user