freebsd-ports/www/p5-Apache-MP3/Makefile
Christian Weisgerber 50033bf359 Update to 2.26.
Add support for streaming Ogg Vorbis and WAV files.

PR:		41162
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2002-07-31 16:52:18 +00:00

38 lines
1,002 B
Makefile

# New ports collection makefile for: p5-Apache-MP3
# Date created: 23-Jan-2001
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= Apache-MP3
PORTVERSION= 2.26
CATEGORIES= www audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Apache
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \
${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis.pm:${PORTSDIR}/audio/p5-libvorbis
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Apache::MP3.3 \
Apache::MP3::Playlist.3 \
Apache::MP3::Resample.3 \
Apache::MP3::Sorted.3
post-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${DATADIR}
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>