Files
ports/net/rubygem-twitter4r/Makefile
Cheng-Lung Sung e6889c561a Twitter4R provides an object based API to query or update your Twitter
account via pure Ruby. It hides the ugly HTTP/REST code from your code.

WWW: http://twitter4r.rubyforge.org/
2007-07-10 01:54:52 +00:00

24 lines
606 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.2.0
CATEGORIES= net rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Twitter client API in pure Ruby
BUILD_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json
RUN_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>