aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3butler/Makefile
blob: e50e55dc5e0d99d6dfbaac02e374fb3c6c4bb5e4 (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:   mp3butler
# Date created:        30 April 2001
# Whom:                Christopher Preston <rbg@gayteenresource.org>
#
# $FreeBSD$
#

PORTNAME=   mp3butler
PORTVERSION=    2.30
CATEGORIES= audio
MASTER_SITES=   http://iainlea.dyndns.org/software/${PORTNAME}/

MAINTAINER= az@inec.ru
COMMENT=    A program for renaming mp3 files and looking ID3 tags for it

RUN_DEPENDS=    ${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \
        ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag \
    ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Client.pm:${PORTSDIR}/audio/p5-MusicBrainz-Client

NO_WRKSUBDIR=   yes
NO_BUILD=   yes
USE_PERL5=  yes

PLIST_FILES=    bin/mp3butler.pl bin/id3butler.pl

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/mp3butler.pl ${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/id3butler.pl ${PREFIX}/bin

.include <bsd.port.mk>