diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-21 19:51:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-21 19:51:20 +0800 |
commit | 2f7d6e6ab6550a57576e135d47664ad4e1248385 (patch) | |
tree | 568314ac158efca01047b5977789de7ca1a86994 /audio/p5-MP3-Find | |
parent | 6643a10f55ab017b22b32d9fd9779240bc2adc18 (diff) | |
download | freebsd-ports-gnome-2f7d6e6ab6550a57576e135d47664ad4e1248385.tar.gz freebsd-ports-gnome-2f7d6e6ab6550a57576e135d47664ad4e1248385.tar.zst freebsd-ports-gnome-2f7d6e6ab6550a57576e135d47664ad4e1248385.zip |
- Add LICENSE
Diffstat (limited to 'audio/p5-MP3-Find')
-rw-r--r-- | audio/p5-MP3-Find/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile index 097a54e32c99..298d117826bc 100644 --- a/audio/p5-MP3-Find/Makefile +++ b/audio/p5-MP3-Find/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Search and sort MP3 files based on their ID3 tags +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info RUN_DEPENDS:= ${BUILD_DEPENDS} |