blob: 2304b2c7720a6a5852ee3f897c64810eefad123d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ruby
# Version required: 1.0-970903
# Date created: 04 September 1997
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/09/11 09:45:56 tg Exp $
#
DISTNAME= ruby-1.0-970903
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
test:
@(cd ${WRKSRC}; make test)
.include <bsd.port.mk>
|