aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-tagged/Makefile
blob: 2f1e2bf7a65e48d944ccea29a83a5d1e293d1659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>

PORTNAME=	tagged
PORTVERSION=	0.40
PORTREVISION=	1
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN/MP3 \
		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Read, change, and write different tags of MP3 audio files

USES=		perl5
USE_PERL5=	configure

CONFLICTS=	p5-MP3-Tag-0.*

.include <bsd.port.mk>