It is needed by security/opendnssec on Ruby 1.9.x. == soap4r-spox This is a modified version of the soap4r library to work on Ruby versions >= 1.9. The official version can be found {here}[http://dev.ctor.org/soap4r].
17 lines
474 B
Makefile
17 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/11/24 13:01:13 taca Exp $
|
|
|
|
DISTNAME= soap4r-ruby1.9-2.0.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby1.9//}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/noeticpenguin/soap4r-noeticpenguin
|
|
COMMENT= Implementation of SOAP 1.1 for Ruby
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
|
|
|
CONFLICTS+= ruby[0-9]*-soap4r-*
|
|
|
|
RUBY_VERSION_SUPPORTED= 19 193
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|