freebsd-ports/audio/mp3-archive-tools/Makefile

27 lines
588 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
PORTNAME= mp3-archive-tools
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://erislabs.net/ianb/projects/mp3-archive-tools/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of tools to ease organising a collection of audio files
2013-10-22 22:11:41 +02:00
LICENSE= GPLv2
2015-11-15 04:00:57 +01:00
LICENSE_FILE= ${WRKSRC}/COPYING
2013-10-22 22:11:41 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl \
p5-MP3-Tag>=0:audio/p5-MP3-Tag
2013-08-21 16:08:06 +02:00
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>