mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
23
databases/p5-PostgreSQL-PLPerl-Call/Makefile
Normal file
23
databases/p5-PostgreSQL-PLPerl-Call/Makefile
Normal 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>
|
3
databases/p5-PostgreSQL-PLPerl-Call/distinfo
Normal file
3
databases/p5-PostgreSQL-PLPerl-Call/distinfo
Normal 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
|
4
databases/p5-PostgreSQL-PLPerl-Call/pkg-descr
Normal file
4
databases/p5-PostgreSQL-PLPerl-Call/pkg-descr
Normal 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/
|
8
databases/p5-PostgreSQL-PLPerl-Call/pkg-plist
Normal file
8
databases/p5-PostgreSQL-PLPerl-Call/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue