Update audio/gkrellmvolume2 to version 2.1.13_10
[dports.git] / audio / mp3-archive-tools / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2 # $FreeBSD$
3
4 PORTNAME=       mp3-archive-tools
5 PORTVERSION=    0.9
6 PORTREVISION=   2
7 CATEGORIES=     audio
8 MASTER_SITES=   http://erislabs.net/ianb/projects/${PORTNAME}/ \
9                 LOCAL/sunpoet
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Set of tools to ease organising a collection of audio files
13
14 LICENSE=        GPLv2
15
16 BUILD_DEPENDS=  libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
17                 p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.mk>