blob: 07d55f3476e8427165d841c981751b3afda06b6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= text
PORTVERSION= 1.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Collection of text algorithms
WWW= https://github.com/threedaymonk/text
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING.txt
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|