mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
25 lines
497 B
Makefile
25 lines
497 B
Makefile
# 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>
|