6f91fcb096
Changes: https://github.com/httprb/http/releases https://github.com/httprb/http/blob/main/CHANGELOG.md
21 lines
410 B
Makefile
21 lines
410 B
Makefile
PORTNAME= http
|
|
PORTVERSION= 6.0.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple Ruby DSL for making HTTP requests
|
|
WWW= https://github.com/httprb/http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-http-cookie>=1.0<2:www/rubygem-http-cookie \
|
|
rubygem-llhttp>=0.6.1<0.7:www/rubygem-llhttp
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|