0e05dd4b75
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)
18 lines
286 B
Makefile
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>
|