diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /audio/mp3riot | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | ports-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.gz ports-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Notes
Diffstat (limited to 'audio/mp3riot')
-rw-r--r-- | audio/mp3riot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index 665e892fc367..3c5f6d37afa5 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.linuxsecure.de/f2html/ MAINTAINER= ports@FreeBSD.org COMMENT= Mp3riot creates mp3 playlists, HTML files, etc -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info |