mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +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:
parent
4995fd7f9c
commit
b4c6fcce72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567595
@ -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
|
||||
|
24
databases/p5-SQL-Abstract-Pg/Makefile
Normal file
24
databases/p5-SQL-Abstract-Pg/Makefile
Normal 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>
|
3
databases/p5-SQL-Abstract-Pg/distinfo
Normal file
3
databases/p5-SQL-Abstract-Pg/distinfo
Normal 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
|
4
databases/p5-SQL-Abstract-Pg/pkg-descr
Normal file
4
databases/p5-SQL-Abstract-Pg/pkg-descr
Normal 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
|
2
databases/p5-SQL-Abstract-Pg/pkg-plist
Normal file
2
databases/p5-SQL-Abstract-Pg/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/SQL/Abstract/Pg.pm
|
||||
%%PERL5_MAN3%%/SQL::Abstract::Pg.3.gz
|
Loading…
Reference in New Issue
Block a user