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/py-PyGreSQL | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 432fe7cfd597..e1fc7538c7a8 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -1,16 +1,16 @@ # Ports collection Makefile for: PyGreSQL -# Version required: 2.3 # Date created: 2/22/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= PyGreSQL-2.4 -PKGNAME= py-PyGreSQL-2.4 +PORTNAME= py-PyGreSQL +PORTVERSION= 2.4 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ \ http://www.nectar.cc/distfiles/ +DISTNAME= PyGreSQL-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.org |