freebsd-ports/devel/rubygem-http_accept_language/Makefile
Joseph Mingrone 0e05dd4b75 New port, www/rubygem-http_accept_language: Rails plugin to extract
Accept-Language HTTP header into array

Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/iain/http_accept_language/

Approved by:	swills (mentor, implicit)
2017-04-10 21:09:30 +00:00

18 lines
286 B
Makefile

# $FreeBSD$
PORTNAME= http_accept_language
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Rails plugin to extract Accept-Language HTTP header into array
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>