freebsd-ports/www/rubygem-rfacebook/Makefile
Sunpoet Po-Chuan Hsieh b98f15cebe - Add LICENSE
2015-05-23 15:38:10 +00:00

22 lines
440 B
Makefile

# 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>