diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-15 03:00:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-15 03:00:57 +0000 |
commit | 575c79da07c453897b5b264fc941cd3026d5a337 (patch) | |
tree | 8f3132b6196e68616e670537d47d02eaf0495af9 /audio/mp3-archive-tools | |
parent | b672375a7d0746ab0b13d0d29553461e253a975a (diff) |
Notes
Diffstat (limited to 'audio/mp3-archive-tools')
-rw-r--r-- | audio/mp3-archive-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile index e2046e3ef901..6028f980179c 100644 --- a/audio/mp3-archive-tools/Makefile +++ b/audio/mp3-archive-tools/Makefile @@ -12,11 +12,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of tools to ease organising a collection of audio files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |