aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Info/Makefile
blob: 2a6763bc8ceb5441092328158c1e57b0ad2912fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	MP3-Info
PORTVERSION=	1.24
PORTREVISION=	1
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Manipulate / fetch info from MP3 audio files
WWW=		https://metacpan.org/release/MP3-Info

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>