25 lines
510 B
Makefile
25 lines
510 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rubygem-twitter
|
|
# Date created: Apr 15, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitter
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= Command line twits and an API wrapper
|
|
|
|
BROKEN= Does not build
|
|
|
|
USE_RUBY= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|