26 lines
564 B
Makefile
26 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:51:04 sthen Exp $
|
|
|
|
COMMENT = lightweight libcurl wrapper
|
|
|
|
DISTNAME = ethon-0.12.0
|
|
|
|
CATEGORIES = www
|
|
HOMEPAGE = https://github.com/typhoeus/typhoeus
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR},>=1.3
|
|
|
|
MODRUBY_TEST = rake rspec
|
|
TEST_DEPENDS += www/ruby-sinatra,${MODRUBY_FLAVOR} \
|
|
mail/ruby-mime-types,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|