aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-MP3-Info/Makefile
blob: c34b41900d958dd725746b8b3996512ae2cd1a5b (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
# New ports collection makefile for:    p5-MP3-Info
# Date created:     14-Aug-2000
# Whom:         Leo Kim <leo@florida.sarang.net>
#
# $FreeBSD$
#

PORTNAME=   MP3-Info
PORTVERSION=    1.02
CATEGORIES= audio perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=MP3
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Manipulate / fetch info from MP3 audio files

BUILD_DEPENDS=  ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       MP3::Info.3 MPEG::MP3Info.3

.include <bsd.port.mk>