blob: 0a0e0985e24156bdd3438d32305efed4b5233010 (
plain)
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 # lib/perl5/site_perl/MP3/Tag.pm
.include <bsd.port.mk>
|