freebsd-ports/www/rubygem-protocol-http/Makefile
2020-09-20 19:23:16 +00:00

19 lines
317 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= protocol-http
PORTVERSION= 0.20.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>