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/rubygem-postgres | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 5c53eaddaf09..514ce8953dc6 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: ruby-postgres -# Version required: 0.5.3 # Date created: 19 April 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $FreeBSD$ # -DISTNAME= postgres-0.5.3 -PKGNAME= ruby-postgres-0.5.3 +PORTNAME= ruby-postgres +PORTVERSION= 0.5.3 CATEGORIES= databases MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \ ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/contrib/ \ ftp://ftp.krnet.ne.jp/pub/ruby/contrib/ \ ftp://mirror.nucba.ac.jp/mirror/ruby/contrib/ +DISTNAME= postgres-${PORTVERSION} MAINTAINER= yasuf@big.or.jp |