mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5d46da1acc
scripting language. PR: 4504 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# 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$
|
|
#
|
|
|
|
DISTNAME= ruby-1.0-970903
|
|
PKGNAME= ruby-1.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
|
|
|
|
MAINTAINER= ematsu@pfu.co.jp
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
test:
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
.include <bsd.port.mk>
|