ports/devel/rubygem-strings/Makefile
2018-09-11 19:00:53 +00:00

24 lines
550 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= strings
PORTVERSION= 0.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Useful functions for transforming strings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-strings-ansi>=0.1.0:devel/rubygem-strings-ansi \
rubygem-unicode-display_width>=1.4.0:devel/rubygem-unicode-display_width \
rubygem-unicode_utils>=1.4.0:devel/rubygem-unicode_utils
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>