diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-11 16:50:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-11 16:50:42 +0000 |
commit | a6230f0627064ea66c95d861e84474a01864809a (patch) | |
tree | 05d3a79b6220849d8ad68b17ca62ba027d1c2827 /www | |
parent | 0cac7718d70b2c9235a0afc30001740b85b04d4a (diff) | |
download | freebsd-ports-a6230f0627064ea66c95d861e84474a01864809a.zip |
Take maintainership
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-turbolinks-source/Makefile | 7 |
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> |