23 lines
406 B
Makefile
23 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/01/10 19:41:38 jasper Exp $
|
|
|
|
COMMENT = library to access web resources via HTTP
|
|
|
|
DISTNAME = httpclient-2.7.1
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/nahi/httpclient
|
|
|
|
# same as Ruby
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
TEST_DEPENDS = ${BASE_PKGPATH}
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/test && ${RUBY} runner.rb
|
|
|
|
.include <bsd.port.mk>
|