mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
0d64a5d549
- Update version requirement of RUN_DEPENDS Changes: https://github.com/twitter/twitter-text/releases https://github.com/twitter/twitter-text/commits/master
21 lines
385 B
Makefile
21 lines
385 B
Makefile
PORTNAME= twitter-text
|
|
PORTVERSION= 3.1.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<0.2:textproc/rubygem-unf
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|