mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3d87e3f458
OK phessler@ sthen@ rsadowski@
32 lines
544 B
Makefile
32 lines
544 B
Makefile
COMMENT = configure systems using any scripting language
|
|
|
|
DISTNAME = rset-3.2
|
|
REVISION = 0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://scriptedconfiguration.org/
|
|
|
|
MAINTAINER = Omar Polo <op@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
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>
|