mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
30 lines
756 B
Makefile
30 lines
756 B
Makefile
# Created by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
PORTNAME= Apache-MP3
|
|
PORTVERSION= 4.00
|
|
PORTREVISION= 4
|
|
CATEGORIES= www audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= MP3 browsing and streaming under mod_perl and Apache
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav \
|
|
p5-CGI>=4.03:www/p5-CGI \
|
|
p5-CGI-Session>=0:www/p5-CGI-Session \
|
|
p5-MP3-Info>=0:audio/p5-MP3-Info \
|
|
p5-Ogg-Vorbis-Header>=0:audio/p5-Ogg-Vorbis-Header \
|
|
${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
|
|
|
|
USES= apache:2.2+ perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|