1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

Add p5-SQL-Abstract-Pg 1.0

SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by
Mojo::Pg.

WWW: https://metacpan.org/release/SQL-Abstract-Pg
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-03-07 22:08:32 +00:00
parent 4995fd7f9c
commit b4c6fcce72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567595
5 changed files with 34 additions and 0 deletions

View File

@ -481,6 +481,7 @@
SUBDIR += p5-SQL-Abstract-Classic
SUBDIR += p5-SQL-Abstract-Limit
SUBDIR += p5-SQL-Abstract-More
SUBDIR += p5-SQL-Abstract-Pg
SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti
SUBDIR += p5-SQL-Interp
SUBDIR += p5-SQL-Maker

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= SQL-Abstract-Pg
PORTVERSION= 1.0
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PostgreSQL features for SQL::Abstract
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-SQL-Abstract>=2.0:databases/p5-SQL-Abstract
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1614794158
SHA256 (SQL-Abstract-Pg-1.0.tar.gz) = 3e27360df37b8d88f3c52dac9b03493f9bd3eeff6c8d88f9b086d2711553f547
SIZE (SQL-Abstract-Pg-1.0.tar.gz) = 10351

View File

@ -0,0 +1,4 @@
SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by
Mojo::Pg.
WWW: https://metacpan.org/release/SQL-Abstract-Pg

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/SQL/Abstract/Pg.pm
%%PERL5_MAN3%%/SQL::Abstract::Pg.3.gz