View | Details | Raw Unified | Return to bug 28961
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	DBD-Pg
8
PORTNAME=	DBD-Pg
9
PORTVERSION=	1.00
9
PORTVERSION=	1.01
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	DBD
12
MASTER_SITE_SUBDIR=	DBD
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (DBD-Pg-1.00.tar.gz) = b028b460b14f9226b3e61672bfa2475c
1
MD5 (DBD-Pg-1.01.tar.gz) = 3086ec3468530bc64838e8a04ce30704
(-)pkg-descr (-4 / +6 lines)
Lines 1-4 Link Here
1
       DBD::Pg is an extension to Perl which allows access to
1
DBD::Pg is an extension to Perl which allows access to
2
       PostgreSQL databases. It is built on top of the standard
2
PostgreSQL databases. It is built on top of the standard
3
       DBI extension and implements some of the methods that DBI
3
DBI extension and implements some of the methods that DBI
4
       defines.
4
defines.
5
6
WWW: http://search.cpan.org/search?dist=DBD-Pg

Return to bug 28961