2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
2010-08-20 15:56:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mp3-archive-tools
|
|
|
|
PORTVERSION= 0.9
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2010-08-20 15:56:30 +02:00
|
|
|
CATEGORIES= audio
|
2018-11-17 18:31:20 +01:00
|
|
|
MASTER_SITES= https://erislabs.net/ianb/projects/mp3-archive-tools/ \
|
2010-10-01 03:14:18 +02:00
|
|
|
LOCAL/sunpoet
|
2010-08-20 15:56:30 +02:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Set of tools to ease organising a collection of audio files
|
2010-08-20 15:56:30 +02:00
|
|
|
|
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
|
|
|
|
2018-11-17 18:31:20 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl \
|
2016-04-01 15:29:15 +02:00
|
|
|
p5-MP3-Tag>=0:audio/p5-MP3-Tag
|
2010-08-20 15:56:30 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USES= perl5
|
2018-11-17 18:31:20 +01:00
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2010-08-20 15:56:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|