mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
455 B
Makefile
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>
|