changelog: - rinstall: ignore environment variable http_proxy - rinstall: use shell getopts to parse arguments - raise error if a label alias begins with a space portwise: no need to the pre-test ruby symlink hack: now it's possible to specify the ruby version with the RUBY make var.
31 lines
537 B
Makefile
31 lines
537 B
Makefile
COMMENT = configure systems using any scripting language
|
|
|
|
DISTNAME = rset-2.5
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://scriptedconfiguration.org/
|
|
|
|
MAINTAINER = Omar Polo <op@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = https://scriptedconfiguration.org/code/
|
|
|
|
MODULES = lang/ruby
|
|
MODRUBY_BUILDDEP = No
|
|
MODRUBY_RUNDEP = No
|
|
|
|
TEST_DEPENDS = ${MODRUBY_BUILD_DEPENDS} \
|
|
www/ruby-webrick,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
FAKE_FLAGS = DESTDIR=''
|
|
TEST_FLAGS = RUBY=${RUBY}
|
|
|
|
.include <bsd.port.mk>
|