svn commit: r511011 - head/devel/rubygem-blankslate
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 3 19:11:28 UTC 2019
Author: sunpoet
Date: Tue Sep 3 19:11:27 2019
New Revision: 511011
URL: https://svnweb.freebsd.org/changeset/ports/511011
Log:
Add LICENSE_FILE
Modified:
head/devel/rubygem-blankslate/Makefile
Modified: head/devel/rubygem-blankslate/Makefile
==============================================================================
--- head/devel/rubygem-blankslate/Makefile Tue Sep 3 19:11:22 2019 (r511010)
+++ head/devel/rubygem-blankslate/Makefile Tue Sep 3 19:11:27 2019 (r511011)
@@ -10,9 +10,11 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Abstract base class with no predefined methods
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list