freebsd-ports/textproc/rubygem-colored/Makefile
Sunpoet Po-Chuan Hsieh c09a31eea6 Add LICENSE_FILE
2017-06-22 23:41:17 +00:00

19 lines
319 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= colored
PORTVERSION= 1.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Colorize text on the console
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>