3f6c422e36
- Lots of maintainers timeout - unresponsive for almost a year PR: 195059
20 lines
470 B
Makefile
20 lines
470 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitter
|
|
PORTVERSION= 4.8.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line twits and an API wrapper
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
|
|
rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
|
|
rubygem-simple_oauth>=0.2:${PORTSDIR}/net/rubygem-simple_oauth
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|