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

24 lines
562 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= 1
CATEGORIES= audio
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
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
2011-08-30 08:41:13 +02:00
BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
2013-10-22 22:11:41 +02:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>