Date: Tue, 3 Sep 2019 19:11:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511008 - head/devel/rubygem-attic Message-ID: <201909031911.x83JBCw9047240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 3 19:11:11 2019 New Revision: 511008 URL: https://svnweb.freebsd.org/changeset/ports/511008 Log: Add LICENSE_FILE Modified: head/devel/rubygem-attic/Makefile Modified: head/devel/rubygem-attic/Makefile ============================================================================== --- head/devel/rubygem-attic/Makefile Tue Sep 3 19:11:06 2019 (r511007) +++ head/devel/rubygem-attic/Makefile Tue Sep 3 19:11:11 2019 (r511008) @@ -10,9 +10,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Place to hide private instance variables in your Ruby objects LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031911.x83JBCw9047240>