diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch) | |
tree | 04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/p5-Pg | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r-- | databases/p5-Pg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index db6453e967ad..1740e4087799 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Pg -# Version required: 1.6.1 # Date created: October 19th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pgsql_perl5-1.8.1 -PKGNAME= p5-Pg-1.8.1 +PORTNAME= p5-Pg +PORTVERSION= 1.8.1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pg +DISTNAME= pgsql_perl5-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org |