2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
2010-07-04 04:55:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PostgreSQL-PLPerl-Call
|
|
|
|
PORTVERSION= 1.006
|
|
|
|
CATEGORIES= databases perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:TIMB
|
2010-07-04 04:55:25 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-07-04 04:55:25 +02:00
|
|
|
COMMENT= Simple interface for calling SQL functions from PostgreSQL PL/Perl
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI
|
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2010-07-04 04:55:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|