mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $FreeBSD: head/www/rubygem-httpclient/Makefile 429985 2016-12-30 13:47:14Z swills $
|
|
|
|
PORTNAME= httpclient
|
|
PORTVERSION= 2.8.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Yet another HTTP client implementation by NaHi
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/httpclient
|
|
|
|
.include <bsd.port.mk>
|