SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
databases/pg_sqlite_fdw/Makefile
Normal file
26
databases/pg_sqlite_fdw/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT = PostgreSQL Foreign Data Wrapper for SQLite
|
||||
|
||||
GH_ACCOUNT = pgspider
|
||||
GH_PROJECT = sqlite_fdw
|
||||
GH_TAGNAME = v2.3.0
|
||||
|
||||
PKGNAME = pg_${DISTNAME}
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
HOMEPAGE = https://github.com/pgspider/sqlite_fdw
|
||||
|
||||
# PostgreSQL
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c sqlite3
|
||||
|
||||
BUILD_DEPENDS = databases/postgresql,-server
|
||||
RUN_DEPENDS = databases/postgresql,-server
|
||||
LIB_DEPENDS = databases/sqlite3
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
MAKE_FLAGS = USE_PGXS=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/pg_sqlite_fdw/distinfo
Normal file
2
databases/pg_sqlite_fdw/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sqlite_fdw-2.3.0.tar.gz) = ohZwQgZxlhNUSvCy5dmirYNqOejXpExzfNdDf5ighRw=
|
||||
SIZE (sqlite_fdw-2.3.0.tar.gz) = 1905565
|
1
databases/pg_sqlite_fdw/pkg/DESCR
Normal file
1
databases/pg_sqlite_fdw/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This PostgreSQL extension is a Foreign Data Wrapper for SQLite.
|
4
databases/pg_sqlite_fdw/pkg/PLIST
Normal file
4
databases/pg_sqlite_fdw/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@so lib/postgresql/sqlite_fdw.so
|
||||
share/postgresql/extension/sqlite_fdw--1.0--1.1.sql
|
||||
share/postgresql/extension/sqlite_fdw--1.0.sql
|
||||
share/postgresql/extension/sqlite_fdw.control
|
Loading…
Add table
Add a link
Reference in a new issue