mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: rubygem-rubytter
|
|
# Date created: 2009-07-12
|
|
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubytter
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= A 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>
|