d72c560b21
Hat: portmgr
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# New ports collection makefile for: p5-Audio-Musepack
|
|
# Date created: 21 July 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Audio-Musepack
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interface to Musepack file information and APE tag fields
|
|
|
|
BUILD_DEPENDS= p5-MP3-Info>=1.20:${PORTSDIR}/audio/p5-MP3-Info
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Audio::APETags.3 \
|
|
Audio::APE.3 \
|
|
Audio::Musepack.3
|
|
|
|
.include <bsd.port.mk>
|