SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
databases/postgresql-plr/Makefile
Normal file
25
databases/postgresql-plr/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT = R procedural language for PostgreSQL
|
||||
|
||||
VERSION = 8.4.1
|
||||
GH_ACCOUNT = postgres-plr
|
||||
GH_PROJECT = plr
|
||||
GH_TAGNAME = REL${VERSION:S/./_/g}
|
||||
|
||||
PKGNAME = postgresql-plr-${VERSION}
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c lib/R/lib/R
|
||||
|
||||
BUILD_DEPENDS = databases/postgresql,-server
|
||||
RUN_DEPENDS = databases/postgresql,-server
|
||||
LIB_DEPENDS = math/R
|
||||
|
||||
MAKE_ENV = USE_PGXS=1
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/postgresql-plr/distinfo
Normal file
2
databases/postgresql-plr/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (plr-REL8_4_1.tar.gz) = 3bbyA3EFtZ+d2mkw1Kme14kJXYll7G8PftW5Y6wCLgc=
|
||||
SIZE (plr-REL8_4_1.tar.gz) = 265142
|
3
databases/postgresql-plr/pkg/DESCR
Normal file
3
databases/postgresql-plr/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
PL/R is a loadable procedural language that enables you to write PostgreSQL
|
||||
functions and triggers in the R programming language. PL/R offers most (if not
|
||||
all) of the capabilities a function writer has in the R language.
|
5
databases/postgresql-plr/pkg/PLIST
Normal file
5
databases/postgresql-plr/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@so lib/postgresql/plr.so
|
||||
share/postgresql/extension/plr--8.4--8.4.1.sql
|
||||
share/postgresql/extension/plr--8.4.1.sql
|
||||
share/postgresql/extension/plr--unpackaged--8.4.1.sql
|
||||
share/postgresql/extension/plr.control
|
Loading…
Add table
Add a link
Reference in a new issue