21 lines
365 B
Makefile
21 lines
365 B
Makefile
|
COMMENT = remote procedure calls over HTTP
|
||
|
|
||
|
DISTNAME = xmlrpc-0.3.2
|
||
|
CATEGORIES = www
|
||
|
|
||
|
HOMEPAGE = https://github.com/ruby/xmlrpc
|
||
|
|
||
|
MAINTAINER = Purple Rain <purplerain@secbsd.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>
|