20 lines
349 B
Makefile
20 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= twitter-text
|
|
PORTVERSION= 1.14.7
|
|
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:textproc/rubygem-unf
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|