diff options
author | nros <nros> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros> | 2016-04-20 12:10:24 +0000 |
commit | f96d3616b43a091ac75b584b375b67cd55090c3b (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/id3lib | |
parent | 3b9030d4cdc9ee448f17db19118544b1a39939a0 (diff) | |
download | pkgsrc-f96d3616b43a091ac75b584b375b67cd55090c3b.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 04e9aff9bb1..bc1aaf8366a 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:27 nros Exp $ # DISTNAME= id3lib-3.8.3 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |