aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-multi_test/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-14 16:29:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-14 16:29:10 +0000
commitb24e170e577d7b50f6a403f218f562f2955194e7 (patch)
tree7451577f90c0c42682fd06adb3d3f010537cbc7e /devel/rubygem-multi_test/Makefile
parent95aac61c5d1b7d09bea333db74137780cdaed92a (diff)
downloadports-b24e170e577d7b50f6a403f218f562f2955194e7.tar.gz
ports-b24e170e577d7b50f6a403f218f562f2955194e7.zip
Add LICENSE
- Take maintainership
Notes
Notes: svn path=/head/; revision=482062
Diffstat (limited to 'devel/rubygem-multi_test/Makefile')
-rw-r--r--devel/rubygem-multi_test/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubygem-multi_test/Makefile b/devel/rubygem-multi_test/Makefile
index 2b7dd468ee4b..f6a4e8f2e7f0 100644
--- a/devel/rubygem-multi_test/Makefile
+++ b/devel/rubygem-multi_test/Makefile
@@ -6,15 +6,17 @@ PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Help control rogue test, unit, autorun requirments
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem shebangfix
+USE_RUBY= yes
NO_ARCH= yes
-USE_RUBY= yes
-USES= gem shebangfix
SHEBANG_FILES= test/all test/run
.include <bsd.port.mk>