freebsd-ports/www/rubygem-http-accept/Makefile
Po-Chuan Hsieh 1fb7e808f8
www/rubygem-http-accept: Add rubygem-http-accept 2.1.1
HTTP::Accept provides a robust set of parsers for dealing with HTTP Accept,
Accept-Language, Accept-Encoding, Accept-Charset headers.

WWW: https://github.com/socketry/http-accept
2021-07-22 02:11:51 +08:00

18 lines
301 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= http-accept
PORTVERSION= 2.1.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse Accept and Accept-Language HTTP headers
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>