'httpclient' provides similiar functionality to libwww-perl (LWP) for Ruby. 'httpclient' was formerly known as 'http-access2'. valuable feedback Stefan Hagen and kmos@ OK kmos@
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.16 2021/06/20 10:30:30 sebastia Exp $
|
|
|
|
COMMENT = libwww-perl for Ruby
|
|
|
|
DISTNAME = httpclient-2.8.3
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/nahi/httpclient
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Ruby
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|