mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
17 lines
291 B
Makefile
17 lines
291 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= httpclient
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Yet another HTTP client implementation by NaHi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES+= bin/httpclient
|
|
|
|
.include <bsd.port.mk>
|