mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
471 B
Makefile
22 lines
471 B
Makefile
COMMENT = interact with OpenVox Server's CA
|
|
|
|
DISTNAME = openvoxserver-ca-3.2.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>
|