mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
32 lines
751 B
Makefile
32 lines
751 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
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/t
|
|
|
|
.include <bsd.port.mk>
|