31 lines
721 B
Makefile
31 lines
721 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= t
|
|
PORTVERSION= 2.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command-line power tool for Twitter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-geokit>=1.9:graphics/rubygem-geokit \
|
|
rubygem-htmlentities>=4.3:textproc/rubygem-htmlentities \
|
|
rubygem-launchy>=2.4:devel/rubygem-launchy \
|
|
rubygem-oauth>=0.4.7:net/rubygem-oauth \
|
|
rubygem-retryable>=2.0:devel/rubygem-retryable \
|
|
rubygem-thor>=0.19.1:devel/rubygem-thor \
|
|
rubygem-twitter>=5.16:net/rubygem-twitter
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/t
|
|
|
|
.include <bsd.port.mk>
|