blob: 9c8ca73dd6209796d04529d583968987c2d4431c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: rubygem-rubytter
# Date created: 2009-07-12
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rubytter
PORTVERSION= 1.4.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= dhn@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>
|