diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:42 +0800 |
commit | 472184b0c45c84a9e2ccffa3700bc1f914ece8fc (patch) | |
tree | 05d3a79b6220849d8ad68b17ca62ba027d1c2827 | |
parent | 17dfebc60868fbdd2d006d002ea995ddff68fa48 (diff) | |
download | freebsd-ports-gnome-472184b0c45c84a9e2ccffa3700bc1f914ece8fc.tar.gz freebsd-ports-gnome-472184b0c45c84a9e2ccffa3700bc1f914ece8fc.tar.zst freebsd-ports-gnome-472184b0c45c84a9e2ccffa3700bc1f914ece8fc.zip |
Take maintainership
-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> |