diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-02-11 23:56:30 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-02-11 23:56:30 +0000 |
commit | d55f35c524c749e06f69ff87b01bfad1d5fdca16 (patch) | |
tree | 6da0dc92186f9308b8381270599130d31e648539 /lang/ruby/Makefile | |
parent | 0b2dccbb2683d411c1b2e4d966ff5dbf72cf4f7f (diff) | |
download | ports-d55f35c524c749e06f69ff87b01bfad1d5fdca16.tar.gz ports-d55f35c524c749e06f69ff87b01bfad1d5fdca16.zip |
Notes
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 76011f808770..180b83e9fd27 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: ruby -# Version required: 1.0-971125 +# Version required: 1.0-971225 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # -# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $ +# $Id: Makefile,v 1.4 1997/12/01 08:09:37 vanilla Exp $ # -DISTNAME= ruby-1.0-971125 +DISTNAME= ruby-1.0-971225 PKGNAME= ruby-1.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/ MAINTAINER= usagi@ruby.club.or.jp -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +MAN1= ruby.1 test: @(cd ${WRKSRC}; make test) |