freebsd-ports/net/rubygem-twitter4r/Makefile
Philip M. Gollucci 34bba644f3 - Update to 0.3.2
PR:             ports/147535
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; 20 days)

Feature safe:   yes
2010-06-23 18:19:54 +00:00

23 lines
455 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-twitter4r
# Date created: Jul 9, 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= twitter4r
PORTVERSION= 0.3.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= Twitter client API in pure Ruby
RUN_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>