freebsd-ports/www/rubygem-rfacebook/Makefile
Cheng-Lung Sung ac8145d467 RFacebook is a Ruby interface to the Facebook API.
It hides all the nitty-gritty details behind a beautiful Ruby front-end,
allowing you to focus on writing great code.

WWW: http://rfacebook.rubyforge.org/

PR:		ports/122821
Submitted by:	Steven Kreuzer
2008-04-28 01:36:07 +00:00

23 lines
496 B
Makefile

# Ports collection makefile for: rfacebook
# Date created: 16 April 2008
# Whom: Steven Kreuzer
#
# $FreeBSD$
#
PORTNAME= rfacebook
PORTVERSION= 0.9.8
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Ruby interface to the Facebook API
BUILD_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
rubygem-mocha>=0.5.3:${PORTSDIR}/devel/rubygem-mocha
RUN_DEPENDS= ${BUILD_REQUIRES}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>