mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
17 lines
316 B
Makefile
17 lines
316 B
Makefile
PORTNAME= http-accept
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse Accept and Accept-Language HTTP headers
|
|
WWW= https://github.com/socketry/http-accept
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|