freebsd-ports/devel/rubygem-strings-ansi/Makefile
Sunpoet Po-Chuan Hsieh 63b58e72a4 Add NO_ARCH
2018-08-29 19:10:29 +00:00

20 lines
358 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= strings-ansi
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Methods for processing ANSI escape codes in strings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>