24 lines
470 B
Makefile
24 lines
470 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitter4r
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Twitter client API in pure Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-json>=1.1.1:devel/rubygem-json \
|
|
rubygem-oauth>=0.4.1:net/rubygem-oauth
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/t4r-oauth-access bin/t4rsh
|
|
|
|
.include <bsd.port.mk>
|