95d52e52fb
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.
22 lines
503 B
Makefile
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>
|