svn commit: r525209 - head/devel/rubygem-gettext

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 4 17:55:46 UTC 2020


Author: sunpoet
Date: Tue Feb  4 17:55:45 2020
New Revision: 525209
URL: https://svnweb.freebsd.org/changeset/ports/525209

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-gettext/Makefile

Modified: head/devel/rubygem-gettext/Makefile
==============================================================================
--- head/devel/rubygem-gettext/Makefile	Tue Feb  4 17:55:40 2020	(r525208)
+++ head/devel/rubygem-gettext/Makefile	Tue Feb  4 17:55:45 2020	(r525209)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Ruby implementation of the gettext library
 
-LICENSE=	RUBY LGPL3
+LICENSE=	LGPL3 RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL3=	${WRKSRC}/doc/text/lgpl-3.0.txt
+LICENSE_FILE_RUBY=	${WRKSRC}/doc/text/ruby-license.txt
 
 RUN_DEPENDS=	rubygem-locale>=2.0.5:devel/rubygem-locale \
 		rubygem-text>=1.3.0:textproc/rubygem-text


More information about the svn-ports-head mailing list