diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-09-01 16:25:30 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-09-01 16:25:30 +0800 |
commit | 9d0ba98da77a58c567b970476fda5c8c600d9f2d (patch) | |
tree | 4c32e3c24231df701a2657be597f1c8bcce5726c /databases/p5-DBD-PgPP/Makefile | |
parent | 2f29b28a722cd10379bc9708d0ce23102b239f64 (diff) | |
download | freebsd-ports-gnome-9d0ba98da77a58c567b970476fda5c8c600d9f2d.tar.gz freebsd-ports-gnome-9d0ba98da77a58c567b970476fda5c8c600d9f2d.tar.zst freebsd-ports-gnome-9d0ba98da77a58c567b970476fda5c8c600d9f2d.zip |
- Update to 0.07
- Set maintainer to perl@
Diffstat (limited to 'databases/p5-DBD-PgPP/Makefile')
-rw-r--r-- | databases/p5-DBD-PgPP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-PgPP/Makefile b/databases/p5-DBD-PgPP/Makefile index 7b12d54b5f12..770c64285438 100644 --- a/databases/p5-DBD-PgPP/Makefile +++ b/databases/p5-DBD-PgPP/Makefile @@ -6,12 +6,12 @@ # PORTNAME= DBD-PgPP -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Pure Perl PostgreSQL driver for the DBI BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |