svn commit: r517499 - head/devel/rubygem-storable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:39:54 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:39:53 2019
New Revision: 517499
URL: https://svnweb.freebsd.org/changeset/ports/517499

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-storable/Makefile

Modified: head/devel/rubygem-storable/Makefile
==============================================================================
--- head/devel/rubygem-storable/Makefile	Wed Nov 13 23:39:47 2019	(r517498)
+++ head/devel/rubygem-storable/Makefile	Wed Nov 13 23:39:53 2019	(r517499)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Marshal Ruby classes into and out of multiple formats
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list