1997-09-11 09:45:58 +00:00
|
|
|
# New ports collection makefile for: ruby
|
1997-12-01 08:10:01 +00:00
|
|
|
# Version required: 1.0-971125
|
1997-09-11 09:45:58 +00:00
|
|
|
# Date created: 04 September 1997
|
|
|
|
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
|
|
|
#
|
1997-12-01 08:10:01 +00:00
|
|
|
# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $
|
1997-09-11 09:45:58 +00:00
|
|
|
#
|
|
|
|
|
1997-12-01 08:10:01 +00:00
|
|
|
DISTNAME= ruby-1.0-971125
|
1997-09-11 09:45:58 +00:00
|
|
|
PKGNAME= ruby-1.0
|
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
|
|
|
|
|
1997-09-12 07:51:47 +00:00
|
|
|
MAINTAINER= usagi@ruby.club.or.jp
|
1997-09-11 09:45:58 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|