svn commit: r503278 - head/audio/rubygem-librmpd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 1 22:32:35 UTC 2019
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 at 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>
More information about the svn-ports-all
mailing list