blob: 4f75b539ced3ee10a4e091c17a7538607ce6335c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.4
CATEGORIES= www rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= soap4r
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Yet another HTTP client implementation by NaHi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|