blob: 136808f955d0f49513b699003f3d51f19138e205 (
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
|
# 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= A 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
PERL_CONFIGURE= yes
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>
|