aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-01 22:32:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-01 22:32:30 +0000
commit0ae1ebfe2556beca8abc276788442361b24e8494 (patch)
tree3e4c8ccc1f50555c50fa00045d6f7408e1b6c3ab /audio
parent034e6481b5370b1c0cbc0be52d170d64498038e4 (diff)
downloadports-0ae1ebfe2556beca8abc276788442361b24e8494.tar.gz
ports-0ae1ebfe2556beca8abc276788442361b24e8494.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/rubygem-librmpd/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile
index c701415239c7..9434f5136215 100644
--- a/audio/rubygem-librmpd/Makefile
+++ b/audio/rubygem-librmpd/Makefile
@@ -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>