Files
ports/www/ruby-xmlrpc/Makefile
T
2024-01-12 08:31:18 +00:00

21 lines
373 B
Makefile

COMMENT = remote procedure calls over HTTP
DISTNAME = xmlrpc-0.3.3
CATEGORIES = www
HOMEPAGE = https://github.com/ruby/xmlrpc
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Ruby
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-webrick,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>