24 lines
437 B
Makefile
24 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/01/18 09:44:05 jasper Exp $
|
|
|
|
COMMENT = common interface for Ruby's HTTP libraries
|
|
|
|
DISTNAME = httpi-2.1.0
|
|
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>
|