blob: a9a2794630a5193a29132606f9b35cd2d229762f (
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
24
|
# Ports collection makefile for: rfacebook
# Date created: 16 April 2008
# Whom: Steven Kreuzer
#
# $FreeBSD$
#
PORTNAME= rfacebook
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the Facebook API
RUN_DEPENDS= rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \
rubygem-mocha>=0.5.3:${PORTSDIR}/devel/rubygem-mocha
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|