diff options
author | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
commit | 406521157f436c3c974887f6df740df21c38d35c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/rip | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/rip')
-rw-r--r-- | audio/rip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rip/Makefile b/audio/rip/Makefile index fbda987abcc..4679116a8ad 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rip-1.07 @@ -9,6 +9,7 @@ MASTER_SITES= http://rip.sourceforge.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rip.sourceforge.net/ COMMENT= Command-line based audio CD ripper and encoder +LICENSE= gnu-gpl-v2 DEPENDS+= p5-CDDB_get>=2.23:../../audio/p5-CDDB_get DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info |