summaryrefslogtreecommitdiff
path: root/devel/rubygem-strings/Makefile
blob: 55090c0a00f988ab198965a8378b9f26f7ef55ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	strings
PORTVERSION=	0.2.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Useful functions for transforming strings
WWW=		https://github.com/piotrmurach/strings

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \
		rubygem-unicode-display_width>=1.5<3.0:devel/rubygem-unicode-display_width \
		rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>