mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
29 lines
723 B
Makefile
29 lines
723 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mp3lint
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Configurable tool to check collections of audio files
|
|
|
|
BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl
|
|
RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl
|
|
|
|
NO_STAGE= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
MAN1= mp3lintsum.1 mp3lintskip.1 mp3lint.1
|
|
MAN3= mp3lint-tools.3
|
|
MAN5= mp3lintrc.5
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|