mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
bc03b273ca
With Hat: ruby@ Tested by: make checksum
21 lines
405 B
Makefile
21 lines
405 B
Makefile
# New ports collection makefile for: rubygem-httpclient
|
|
# Date created: 7 April 2009
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= httpclient
|
|
PORTVERSION= 2.1.5.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|