mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
17 lines
296 B
Makefile
17 lines
296 B
Makefile
# 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
|
|
|
|
HAVE_FNMATCH= yes
|
|
|
|
LATEST_LINK= ruby_static-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|