blob: 2e3f114fe650c11c59099742fd1755b5caaeee9a (
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
|
# Created by: 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
LICENSE= BSD4CLAUSE
RUN_DEPENDS= rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \
rubygem-mocha>=0.5.3:${PORTSDIR}/devel/rubygem-mocha
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|