aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MPEG-ID3v2Tag/Makefile
blob: e4bf548563e7e291de8437e6e90c2e60426a8ad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: will

PORTNAME=	MPEG-ID3v2Tag
PORTVERSION=	0.39
PORTREVISION=	1
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module that provides a way to write/read ID3 v2.3 tags

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>