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:
Vanilla I. Shu 2002-02-19 08:34:40 +00:00
parent 3ec3c46570
commit 5b7be4ff8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54890
6 changed files with 43 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += p5-Text-Query-SQL
SUBDIR += p5-Tie-DBI
SUBDIR += p5-hp200lx-db
SUBDIR += p5-postgresql-plperl
SUBDIR += p5-sqlrelay
SUBDIR += php-sqlrelay
SUBDIR += phpmyadmin

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

View File

@ -0,0 +1 @@
A module for using Perl5 to write SQL functions

View 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/

View 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".

View File

@ -0,0 +1,2 @@
lib/postgresql/plperl.so
@unexec rmdir %D/lib/postgresql 2>/dev/null || true