Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 22:32:30 +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: r503278 - head/audio/rubygem-librmpd
Message-ID:  <201906012232.x51MWUQR080320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun  1 22:32:30 2019
New Revision: 503278
URL: https://svnweb.freebsd.org/changeset/ports/503278

Log:
  Add LICENSE

Modified:
  head/audio/rubygem-librmpd/Makefile

Modified: head/audio/rubygem-librmpd/Makefile
==============================================================================
--- head/audio/rubygem-librmpd/Makefile	Sat Jun  1 22:32:25 2019	(r503277)
+++ head/audio/rubygem-librmpd/Makefile	Sat Jun  1 22:32:30 2019	(r503278)
@@ -9,9 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Is a simple yet powerful Music Player Daemon library
 
-NO_ARCH=	yes
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-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?201906012232.x51MWUQR080320>