openbsd-ports/www/ruby-httpi/Makefile
2017-06-12 10:57:57 +00:00

24 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.4 2017/06/12 10:57:57 ajacoutot Exp $
COMMENT = common interface for Ruby's HTTP libraries
DISTNAME = httpi-2.4.1
REVISION = 0
HOMEPAGE = http://httpirb.com/
CATEGORIES = www
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-ntlm,${MODRUBY_FLAVOR}<0.4.0 \
www/ruby-rack,${MODRUBY_FLAVOR}
.include <bsd.port.mk>