blob: 18e68b14413a44ddb17e67e0b047c115ee9d68c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: ruby_static-devel
# Date created: 3 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../ruby_static
RUBY_VER= 1.7
LATEST_LINK= ruby_static-devel
.include "${MASTERDIR}/Makefile"
|