blob: b3edbda2d0946c6fbdcf813e5dfccfd8c45e5f9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: ruby
# Version required: 1.0-971225
# Date created: 04 September 1997
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
#
# $Id: Makefile,v 1.6 1998/05/15 05:01:04 chuckr Exp $
#
DISTNAME= ruby-1.0-971225
PKGNAME= ruby-1.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/1.0
MAINTAINER= usagi@clave.gr.jp
GNU_CONFIGURE= yes
MAN1= ruby.1
test:
@(cd ${WRKSRC}; make test)
.include <bsd.port.mk>
|