71e6c9d667
and Implemented with API methods. WWW: http://github.com/jugyo/rubytter/tree/master
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# New ports collection makefile for: rubygem-rubytter
|
|
# Date created: 2009-07-12
|
|
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubytter
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RF/rubytter
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= A simple twitter library
|
|
|
|
BUILD_DEPENDS= rubygem-json_pure>0:${PORTSDIR}/devel/rubygem-json_pure
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|