bc2fde9b80
object-oriented interface to Musepack/APE file information from Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
18 lines
392 B
Makefile
18 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/08 07:00:09 steven Exp $
|
|
|
|
COMMENT= "object-oriented interface to Musepack/APE file information"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Audio-Musepack-0.02
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|