Tweak audio/p5-tagged version 0.40
[dports.git] / audio / p5-tagged / Makefile
1 # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
2 # $FreeBSD: audio/p5-tagged/Makefile 327706 2013-09-20 14:36:35Z bapt $
3
4 PORTNAME=       tagged
5 PORTVERSION=    0.40
6 CATEGORIES=     audio perl5
7 MASTER_SITES=   CPAN/MP3 \
8                 SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Read, change, and write different tags of MP3 audio files
13
14 USES=           perl5
15 NO_STAGE=       yes
16 USE_PERL5=      configure
17
18 MAN3=   MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::Tag::File.3 \
19         MP3::Tag::ID3v2-Data.3 MP3::Tag::ID3v1.3
20
21 CONFLICTS=      p5-MP3-Tag-0.*
22
23 .include <bsd.port.mk>