diff options
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-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 5c53eaddaf0..514ce8953dc 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 |