cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:06 naddy Exp $
|
|
|
|
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 = 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}
|
|
|
|
.include <bsd.port.mk>
|