1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/mp3lint/Makefile
Mathieu Arnold 91f50b4829 Pod::Parser was removed from perl5 in 5.31.0.
Add a P5_POD_PARSER variable to use in dependencies for ports that need
it.

PR:		247826
2020-07-20 14:56:23 +00:00

31 lines
675 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
PORTNAME= mp3lint
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= https://erislabs.net/ianb/projects/mp3lint/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Configurable tool to check collections of audio files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS} \
${P5_POD_PARSER}
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>