summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:50:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:50:42 +0000
commita6230f0627064ea66c95d861e84474a01864809a (patch)
tree05d3a79b6220849d8ad68b17ca62ba027d1c2827 /www
parent0cac7718d70b2c9235a0afc30001740b85b04d4a (diff)
downloadfreebsd-ports-a6230f0627064ea66c95d861e84474a01864809a.zip
Take maintainership
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-turbolinks-source/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-turbolinks-source/Makefile b/www/rubygem-turbolinks-source/Makefile
index 5feb2bb8966b..5386d02bb4d1 100644
--- a/www/rubygem-turbolinks-source/Makefile
+++ b/www/rubygem-turbolinks-source/Makefile
@@ -6,14 +6,15 @@ PORTVERSION= 5.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Turbolinks JavaScript assets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>