aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MusicBrainz-DiscID/Makefile
blob: a708b4e4911eb0a6901c0c8f902e7a5407562e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Tobias Rehbein <tobias.rehbein@web.de>

PORTNAME=	MusicBrainz-DiscID
PORTVERSION=	0.06
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	woodsb02@FreeBSD.org
COMMENT=	Perl interface for the MusicBrainz libdiscid library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod
LIB_DEPENDS=	libdiscid.so:audio/libdiscid

USES=		localbase pkgconfig perl5
USE_PERL5=	configure

.include <bsd.port.mk>