mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
New port databases/p5-Class-DBI-Pg
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. PR: 54725 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
f7892fcf14
commit
76e85e4ee4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85456
@ -83,6 +83,7 @@
|
||||
SUBDIR += p5-Class-DBI
|
||||
SUBDIR += p5-Class-DBI-AbstractSearch
|
||||
SUBDIR += p5-Class-DBI-Pager
|
||||
SUBDIR += p5-Class-DBI-Pg
|
||||
SUBDIR += p5-Class-DBI-SAK
|
||||
SUBDIR += p5-Class-DBI-SQLite
|
||||
SUBDIR += p5-Data-Page
|
||||
|
26
databases/p5-Class-DBI-Pg/Makefile
Normal file
26
databases/p5-Class-DBI-Pg/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Class-DBI-Pg
|
||||
# Date created: 21 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-Pg
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Extensions to Class::DBI for PostgreSQL
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::DBI::Pg.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-Class-DBI-Pg/distinfo
Normal file
1
databases/p5-Class-DBI-Pg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Class-DBI-Pg-0.02.tar.gz) = 21930a84b28290af1907b7bf57de2e7a
|
7
databases/p5-Class-DBI-Pg/pkg-descr
Normal file
7
databases/p5-Class-DBI-Pg/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for
|
||||
Postgres.
|
||||
|
||||
select Postgres system catalog and find out all columns, primary key and SERIAL
|
||||
type column.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-DBI-Pg/
|
7
databases/p5-Class-DBI-Pg/pkg-plist
Normal file
7
databases/p5-Class-DBI-Pg/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Class/DBI/Pg.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pg/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pg
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user