blob: 30eb22d82609c59dbadc891dc0d8da3d12c13501 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Roman Bogorodskiy
# $FreeBSD$
PORTNAME= MP3-Tag
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= novel@FreeBSD.org
COMMENT= Module for reading tags of MP3 audio files
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
CONFLICTS= p5-tagged-0.*
.include <bsd.port.mk>
|