aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3-archive-tools/Makefile
blob: 1c250e5204ff08dff6b689cf88e9789360b26d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	mp3-archive-tools
# Date created:		2010-07-06
# Whom:			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

BUILD_DEPENDS=	libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
		p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
RUN_DEPENDS=	libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
		p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag

USE_PERL5=	configure
USES=		perl5

MAN1=		cddbtofilename.1 filenametoid3.1 freedbtofilename.1 \
		id3tofilename.1 movemusic.1 mp3-archive-tools.1 mp3id.1 \
		pmv.1 update-music-symlinks.1

.include <bsd.port.mk>