2008-04-28 03:36:07 +02:00
|
|
|
# Ports collection makefile for: rfacebook
|
|
|
|
# Date created: 16 April 2008
|
|
|
|
# Whom: Steven Kreuzer
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rfacebook
|
|
|
|
PORTVERSION= 0.9.8
|
|
|
|
CATEGORIES= www rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-04-28 03:36:07 +02:00
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2008-04-28 03:36:07 +02:00
|
|
|
COMMENT= Ruby interface to the Facebook API
|
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
|
2008-04-28 03:36:07 +02:00
|
|
|
rubygem-mocha>=0.5.3:${PORTSDIR}/devel/rubygem-mocha
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 01:46:06 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-28 03:36:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|