openbsd-ports/audio/p5-Audio-Musepack/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

24 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:48 espie Exp $
COMMENT= object-oriented interface to Musepack/APE file information
MODULES= cpan
DISTNAME= Audio-Musepack-0.7
CATEGORIES= audio
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-MP3-Info->=1.20:audio/p5-MP3-Info
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
USE_GROFF = Yes
.include <bsd.port.mk>