This is a port of the PL/Perl module that is part of the
postgresql-7.2 distribution. PR: ports/34858 Submitted by: Palle Girgensohn <girgen@partitur.se>
This commit is contained in:
parent
3ec3c46570
commit
5b7be4ff8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54890
@ -86,6 +86,7 @@
|
|||||||
SUBDIR += p5-Text-Query-SQL
|
SUBDIR += p5-Text-Query-SQL
|
||||||
SUBDIR += p5-Tie-DBI
|
SUBDIR += p5-Tie-DBI
|
||||||
SUBDIR += p5-hp200lx-db
|
SUBDIR += p5-hp200lx-db
|
||||||
|
SUBDIR += p5-postgresql-plperl
|
||||||
SUBDIR += p5-sqlrelay
|
SUBDIR += p5-sqlrelay
|
||||||
SUBDIR += php-sqlrelay
|
SUBDIR += php-sqlrelay
|
||||||
SUBDIR += phpmyadmin
|
SUBDIR += phpmyadmin
|
||||||
|
29
databases/p5-postgresql-plperl/Makefile
Normal file
29
databases/p5-postgresql-plperl/Makefile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# New ports collection makefile for: PostgreSQL JDBC
|
||||||
|
# Date created: January 14, 2002
|
||||||
|
# Whom: Palle Girgensohn <girgen@partitur.se>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= postgresql-plperl
|
||||||
|
PORTVERSION= 7.2
|
||||||
|
CATEGORIES= databases perl5
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= girgen@partitur.se
|
||||||
|
|
||||||
|
POSTGRESQL_SUBPORT=YES
|
||||||
|
.include <${.CURDIR}/../postgresql7/Makefile>
|
||||||
|
|
||||||
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
CONFIGURE_ARGS= --with-perl
|
||||||
|
|
||||||
|
MAKE_ARGS+= -C src/pl/plperl
|
||||||
|
MAKEFILE= GNUmakefile
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@ ${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
databases/p5-postgresql-plperl/pkg-comment
Normal file
1
databases/p5-postgresql-plperl/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A module for using Perl5 to write SQL functions
|
7
databases/p5-postgresql-plperl/pkg-descr
Normal file
7
databases/p5-postgresql-plperl/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
PL/Perl allows you to write PostgreSQL functions and procedures in
|
||||||
|
Perl. Consult the PostgreSQL User's Guide and the INSTALL file in the
|
||||||
|
top-level directory of the source distribution for more information.
|
||||||
|
|
||||||
|
This software is part of the standard PostgreSQL distribution.
|
||||||
|
|
||||||
|
WWW: http://www.postgresql.org/
|
3
databases/p5-postgresql-plperl/pkg-message
Normal file
3
databases/p5-postgresql-plperl/pkg-message
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
|
"createlang plperl" or "createlang plperlu".
|
2
databases/p5-postgresql-plperl/pkg-plist
Normal file
2
databases/p5-postgresql-plperl/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
lib/postgresql/plperl.so
|
||||||
|
@unexec rmdir %D/lib/postgresql 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user