1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/lang/ruby/Makefile
1998-05-15 05:01:04 +00:00

23 lines
485 B
Makefile

# 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.5 1998/02/11 23:56:29 max Exp $
#
DISTNAME= ruby-1.0-971225
PKGNAME= ruby-1.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
MAINTAINER= usagi@clave.gr.jp
GNU_CONFIGURE= yes
MAN1= ruby.1
test:
@(cd ${WRKSRC}; make test)
.include <bsd.port.mk>