Files
bsdports/_unused/rubygem-httpi/Makefile
2019-12-26 07:26:06 +00:00

21 lines
455 B
Makefile

# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD: head/www/rubygem-httpi/Makefile 446801 2017-07-28 02:41:30Z sunpoet $
PORTNAME= httpi
PORTVERSION= 2.4.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for common HTTP client API
RUN_DEPENDS= rubygem-rack>=0:ruby/rubygem-rack \
rubygem-socksify>=0:ruby/rubygem-socksify
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>