blob: cd1355461074267b3ebeca19ee68af27cb46c46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
PORTNAME= rubytter
PORTVERSION= 1.5.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Twitter library
RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|