1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/rubygem-rfacebook/Makefile
Steven Kreuzer 58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00

25 lines
516 B
Makefile

# 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@FreeBSD.org
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
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>