1
0
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:
Dmitry Marakasov 2016-07-18 17:05:45 +00:00
parent 7e70215395
commit 1379ad389e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418718
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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