freebsd-ports/audio/p5-MusicBrainz-DiscID/Makefile
Ben Woods 95d52e52fb */*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
2021-05-22 10:13:01 +08:00

22 lines
503 B
Makefile

# Created by: Tobias Rehbein <tobias.rehbein@web.de>
PORTNAME= MusicBrainz-DiscID
PORTVERSION= 0.06
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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>