forked from Lainports/freebsd-ports
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)
20 lines
378 B
Makefile
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>
|