freebsd-ports/www/rubygem-protocol-http/Makefile
Sunpoet Po-Chuan Hsieh cd32e3469b Add rubygem-protocol-http 0.12.1
Protocol::HTTP provides abstractions for working with the HTTP protocol.

WWW: https://github.com/socketry/protocol-http
2019-08-19 20:49:01 +00:00

19 lines
317 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= protocol-http
PORTVERSION= 0.12.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides abstractions to handle HTTP protocols
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>