0945e02ab2
- Bump PORTREVISION for package change
23 lines
546 B
Makefile
23 lines
546 B
Makefile
PORTNAME= http
|
|
PORTVERSION= 5.1.1
|
|
PORTREVISION= 1
|
|
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-addressable>=2.8<3:www/rubygem-addressable \
|
|
rubygem-http-cookie>=1.0<2:www/rubygem-http-cookie \
|
|
rubygem-http-form_data>=2.2<3:www/rubygem-http-form_data \
|
|
rubygem-llhttp-ffi>=0.4<1:www/rubygem-llhttp-ffi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|