diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:46:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:46:11 +0000 |
commit | 9fb627067d10628c097365662f425a579a9b18f0 (patch) | |
tree | ec025397c8485cef4d63e543f5d5e0052e8a9d41 /textproc | |
parent | b7635ca3dc617579f4a1981699d676ae1e4df1a1 (diff) | |
download | ports-9fb627067d10628c097365662f425a579a9b18f0.tar.gz ports-9fb627067d10628c097365662f425a579a9b18f0.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-colorator/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/rubygem-colorator/Makefile b/textproc/rubygem-colorator/Makefile index 9f5e50d4cfb3..c2542b212734 100644 --- a/textproc/rubygem-colorator/Makefile +++ b/textproc/rubygem-colorator/Makefile @@ -6,14 +6,15 @@ PORTVERSION= 1.1.0 CATEGORIES= textproc rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org -COMMENT= Colorize your text in a terminal with a simple API +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Colorize your text in the terminal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |