mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
977e9c9dea
ruby-openvoxserver-ca, ruby-openvox, ruby-openfact and package renamings i from puppet -> openvox equivalents to provide a working upgrade path. OK kn@
23 lines
484 B
Makefile
23 lines
484 B
Makefile
COMMENT = interact with OpenVox Server's CA
|
|
|
|
REVISION = 0
|
|
DISTNAME = openvoxserver-ca-3.0.0
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://github.com/OpenVoxProject/openvoxserver-ca/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
MODRUBY_HANDLE_FLAVORS =No
|
|
GEM_FLAGS = --no-format-executable
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = sysutils/ruby-openfact>=5,<6
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|