aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:11:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:50 +0000
commit5c5105b48f37c8a3f584c93622da4e04e61bd459 (patch)
tree2f96eb08b7ad6b4013fcb040340a7d769bcc2813
parent9bc229230202b687fcbae5c3f022fc3e256d0652 (diff)
downloadports-5c5105b48f37c8a3f584c93622da4e04e61bd459.tar.gz
ports-5c5105b48f37c8a3f584c93622da4e04e61bd459.zip
devel/rubygem-cool.io: Take maintainership
-rw-r--r--devel/rubygem-cool.io/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/rubygem-cool.io/Makefile b/devel/rubygem-cool.io/Makefile
index cd4ba76e33ba..83acfafb0419 100644
--- a/devel/rubygem-cool.io/Makefile
+++ b/devel/rubygem-cool.io/Makefile
@@ -4,15 +4,14 @@ PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for cool.io
LICENSE= MIT
-RUN_DEPENDS= \
- rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer
+RUN_DEPENDS= rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>