openbsd-ports/audio/mp3cut/Makefile
2022-03-11 18:20:04 +00:00

21 lines
375 B
Makefile

COMMENT = cut and cat MP3 files
MODULES = cpan
PKG_ARCH = *
# strip -p5 from PKGNAME (added by the cpan MODULE)
DISTNAME = mp3cut-1.13
PKGNAME = ${DISTNAME}
REVISION = 2
CATEGORIES = audio
# GPL/Artistic
PERMIT_PACKAGE = Yes
CPAN_AUTHOR = JV
RUN_DEPENDS = audio/p5-CDDB-File \
audio/p5-MPEG-Audio-Frame
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>