mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
e8dc4b641c
WWW: http://dev.ctor.org/soap4r Sponsored by: RideCharge Inc.
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# New ports collection makefile for: rubygem-soap4r
|
|
# Date created: 7 April 2009
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= soap4r
|
|
PORTVERSION= 1.5.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= A Ruby implementation of SOAP 1.1
|
|
|
|
RUN_DEPENDS= rubygem-httpclient>=2.1.1:${PORTSDIR}/www/rubygem-httpclient
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb
|
|
|
|
.include <bsd.port.mk>
|