mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a5cf1509c2
PR: ports/5185 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# New ports collection makefile for: ruby
|
|
# Version required: 1.0-971125
|
|
# 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 $
|
|
#
|
|
|
|
DISTNAME= ruby-1.0-971125
|
|
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>
|