PostgreSQL::PLPerl::Call is a simple interface for calling SQL functions

from PostgreSQL PL/Perl.

WWW:    http://search.cpan.org/dist/PostgreSQL-PLPerl-Call/

PR:		ports/148351
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
This commit is contained in:
Wen Heping 2010-07-04 02:55:25 +00:00
parent 7e1794aaf4
commit e3ff0b9d15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257338
5 changed files with 39 additions and 0 deletions

View file

@ -398,6 +398,7 @@
SUBDIR += p5-POE-Component-LaDBI
SUBDIR += p5-POE-Component-RRDTool
SUBDIR += p5-Pg
SUBDIR += p5-PostgreSQL-PLPerl-Call
SUBDIR += p5-RRD-Simple
SUBDIR += p5-Redis
SUBDIR += p5-Relations

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-PostgreSQL-PLPerl-Call
# Date created: 2010-07-04
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= PostgreSQL-PLPerl-Call
PORTVERSION= 1.006
CATEGORIES= databases perl5
MASTER_SITES= CPAN/../../authors/id/T/TI/TIMB/
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@sunpoet.net
COMMENT= Simple interface for calling SQL functions from PostgreSQL PL/Perl
BUILD_DEPENDS= p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes
MAN3= PostgreSQL::PLPerl::Call.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (PostgreSQL-PLPerl-Call-1.006.tar.gz) = 07d0d1b6c1d29acb59089001d0dacd96
SHA256 (PostgreSQL-PLPerl-Call-1.006.tar.gz) = e37ce932e8df024472db56982d17fea7e2ce5716e85dad1020a04d3763906b44
SIZE (PostgreSQL-PLPerl-Call-1.006.tar.gz) = 15426

View file

@ -0,0 +1,4 @@
PostgreSQL::PLPerl::Call is a simple interface for calling SQL functions
from PostgreSQL PL/Perl.
WWW: http://search.cpan.org/dist/PostgreSQL-PLPerl-Call/

View file

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/PostgreSQL/PLPerl/Call.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Call/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Call
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL
@dirrmtry %%SITE_PERL%%/PostgreSQL/PLPerl
@dirrmtry %%SITE_PERL%%/PostgreSQL