mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
5b2f3e36c2
PR: 189867 Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
23 lines
410 B
Makefile
23 lines
410 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httpi
|
|
PORTVERSION= 0.9.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for common HTTP client API
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^0\.9\.
|
|
|
|
.include <bsd.port.mk>
|