aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Info
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-26 09:38:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-26 09:38:36 +0000
commit033bbbf6cc061057e0a1fb269d6544615ce5a0ff (patch)
tree12d6b34c647b75d458fedfa81a8c24657b8fa9b5 /audio/p5-MP3-Info
parent784f733342a03d23f956d6083635c51dcf009d04 (diff)
downloadports-033bbbf6cc061057e0a1fb269d6544615ce5a0ff.tar.gz
ports-033bbbf6cc061057e0a1fb269d6544615ce5a0ff.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=478112
Diffstat (limited to 'audio/p5-MP3-Info')
-rw-r--r--audio/p5-MP3-Info/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile
index c5321cc46017..e84bc69da3bb 100644
--- a/audio/p5-MP3-Info/Makefile
+++ b/audio/p5-MP3-Info/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Manipulate / fetch info from MP3 audio files
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>