aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-colorator/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-07 22:46:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-07 22:46:11 +0000
commit9fb627067d10628c097365662f425a579a9b18f0 (patch)
treeec025397c8485cef4d63e543f5d5e0052e8a9d41 /textproc/rubygem-colorator/Makefile
parentb7635ca3dc617579f4a1981699d676ae1e4df1a1 (diff)
downloadports-9fb627067d10628c097365662f425a579a9b18f0.tar.gz
ports-9fb627067d10628c097365662f425a579a9b18f0.zip
Take maintainership
Notes
Notes: svn path=/head/; revision=511462
Diffstat (limited to 'textproc/rubygem-colorator/Makefile')
-rw-r--r--textproc/rubygem-colorator/Makefile9
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>