freebsd-ports/textproc/rubygem-twitter-text/Makefile
Michael Moll 866cff1ada new port: textproc/rubygem-twitter-text
Ruby gem for handling of Twitter texts

WWW: https://github.com/twitter/twitter-text

PR:		199924
Differential Revision:	https://reviews.freebsd.org/D2484
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
2015-05-08 15:55:16 +00:00

20 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= twitter-text
PORTVERSION= 1.12.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby gem for handling of Twitter texts
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-unf>=0.1.0:${PORTSDIR}/textproc/rubygem-unf
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>