freebsd-ports/net/rubygem-xmlrpc/Makefile
Sunpoet Po-Chuan Hsieh 8f00dac5e5 Add rubygem-xmlrpc 0.3.0
The Ruby standard library package 'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code is
required to achieve either of these.

WWW: https://github.com/ruby/xmlrpc
2017-04-29 06:49:40 +00:00

21 lines
372 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmlrpc
PORTVERSION= 0.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby standard library package 'xmlrpc'
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>