aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Tag/Makefile
blob: ca01892a99c466ad913cae1e9d8b22cee9e0fce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	MP3-Tag
PORTVERSION=	1.15
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Module for reading tags of MP3 audio files

USES=		perl5 zip
USE_PERL5=	configure

NO_ARCH=	yes

CONFLICTS_INSTALL=	p5-tagged

.include <bsd.port.mk>