24 lines
466 B
Makefile
24 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/01/10 20:40:09 jasper Exp $
|
|
|
|
COMMENT = simple WSDL parser
|
|
|
|
DISTNAME = wasabi-3.5.0
|
|
|
|
HOMEPAGE = https://github.com/savonrb/wasabi
|
|
|
|
CATEGORIES = www
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = mail/ruby-mime-types,${MODRUBY_FLAVOR}<2.0 \
|
|
textproc/ruby-nokogiri,${MODRUBY_FLAVOR} \
|
|
www/ruby-httpi,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|