1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/audio/mp3lint/Makefile
2024-02-21 23:06:16 +08:00

26 lines
577 B
Makefile

PORTNAME= mp3lint
PORTVERSION= 0.9
PORTREVISION= 2
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
WWW= https://erislabs.net/ianb/projects/mp3lint/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
${RUN_DEPENDS}
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
NO_ARCH= yes
.include <bsd.port.mk>