5a93f0fd82
Fixes bulk build resolve failure.
19 lines
555 B
Makefile
19 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/09/17 16:11:12 jperkin Exp $
|
|
|
|
DISTNAME= soap4r-ruby1.9-2.0.5
|
|
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= 193
|
|
OVERRIDE_GEMSPEC= \
|
|
:files lib/soap/rpc/element.rb.orig= lib/xsd/xmlparser.rb.orig=
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|