freebsd-ports/www/rubygem-hurley/Makefile
Torsten Zuehlsdorff 3871df1b70 New port: www/rubygem-hurley
Hurley is a ruby gem with no runtime dependencies that
provides a common interface for working with
different HTTP adapters. It is an evolution of Faraday,
with rethought internals.

WWW: https://github.com/lostisland/hurley
2017-03-21 11:25:01 +00:00

18 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= hurley
PORTVERSION= 0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Common interface for working with different HTTP adapters
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>