ports/www/ruby-ethon/Makefile

21 lines
361 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = lightweight libcurl wrapper
DISTNAME = ethon-0.15.0
CATEGORIES = www
HOMEPAGE = https://github.com/typhoeus/ethon
MAINTAINER = Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
2023-09-08 05:21:37 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS} \
devel/ruby-ffi,${MODRUBY_FLAVOR},>=1.15
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>