blob: 0ab8a9b45f6404cd671f76b8156b36f8f2056743 (
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
|
# 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>
|