freebsd-ports/textproc/rubygem-twitter-text/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
381 B
Makefile

PORTNAME= twitter-text
PORTVERSION= 3.0.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-idn-ruby>=0:dns/rubygem-idn-ruby \
rubygem-unf>=0.1.0:textproc/rubygem-unf
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>