diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/ruby14-irb | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/ruby14-irb')
-rw-r--r-- | lang/ruby14-irb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby14-irb/Makefile b/lang/ruby14-irb/Makefile index a13966e..8f2a350 100644 --- a/lang/ruby14-irb/Makefile +++ b/lang/ruby14-irb/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: irb -# Version required: 0.6.1 # Date created: 19 April 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $FreeBSD$ # -DISTNAME= irb-0.6.1 +PORTNAME= irb +PORTVERSION= 0.6.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \ |