summaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
commit3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch)
tree04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/rubygem-postgres
parentwarn about not supporting PORTNAME/PORTVERSION yet (diff)
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27418
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r--databases/rubygem-postgres/Makefile6
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