openbsd-ports/audio/mp3cut/Makefile
2013-03-10 22:55:01 +00:00

25 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/10 22:55:03 espie Exp $
COMMENT = cut and cat MP3 files
MODULES = cpan
# strip -p5 from PKGNAME (added by the cpan MODULE)
DISTNAME = mp3cut-1.13
PKGNAME = ${DISTNAME}
REVISION = 0
CATEGORIES = audio
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
# GPL/Artistic
PERMIT_PACKAGE_CDROM = Yes
CPAN_AUTHOR = JV
RUN_DEPENDS = audio/p5-CDDB-File \
audio/p5-MPEG-Audio-Frame
BUILD_DEPENDS = ${RUN_DEPENDS}
USE_GROFF = Yes
.include <bsd.port.mk>