svn commit: r482062 - head/devel/rubygem-multi_test

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 14 16:29:11 UTC 2018


Author: sunpoet
Date: Sun Oct 14 16:29:10 2018
New Revision: 482062
URL: https://svnweb.freebsd.org/changeset/ports/482062

Log:
  Add LICENSE
  
  - Take maintainership

Modified:
  head/devel/rubygem-multi_test/Makefile

Modified: head/devel/rubygem-multi_test/Makefile
==============================================================================
--- head/devel/rubygem-multi_test/Makefile	Sun Oct 14 16:29:01 2018	(r482061)
+++ head/devel/rubygem-multi_test/Makefile	Sun Oct 14 16:29:10 2018	(r482062)
@@ -6,15 +6,17 @@ PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at 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>


More information about the svn-ports-head mailing list