aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-httparty/Makefile
blob: 11df7df763faf3d86be83eea8ca3977c207fe488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:    rubygem-httparty
# Date created:             Nov 07, 2008
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$

PORTNAME=   httparty
PORTVERSION=    0.7.4
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby Library that Makes HTTP Fun Again

RUN_DEPENDS=    rubygem-crack>=0.1.8:${PORTSDIR}/devel/rubygem-crack

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/httparty

.include <bsd.port.mk>