freebsd-ports/net/rubygem-twitter/Makefile
Pav Lucistnik b2d7b14be9 - Mark BROKEN: does not install
Reported by:	pointyhat
2009-05-19 20:18:27 +00:00

27 lines
612 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-twitter
# Date created: Apr 15, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= twitter
PORTVERSION= 0.6.8
CATEGORIES= net rubygems
MASTER_SITES= RF
MAINTAINER= miwi@FreeBSD.org
COMMENT= Command line twits and an API wrapper
RUN_DEPENDS= rubygem-oauth>=0.3.2:${PORTSDIR}/net/rubygem-oauth \
rubygem-mash>=0.0.3:${PORTSDIR}/devel/rubygem-mash \
rubygem-httparty>=0.4.3:${PORTSDIR}/www/rubygem-httparty
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
BROKEN= does not install: twitter requires oauth (= 0.3.2, runtime)
.include <bsd.port.mk>