1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/rubygem-httpi/Makefile
Steve Wills 5b2f3e36c2 - Keep portscout from looking for newer versions
PR:		189867
Submitted by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer)
2014-06-08 02:48:40 +00:00

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>