freebsd-ports/www/p5-Apache-MP3/Makefile
Tijl Coosemans 7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00

29 lines
734 B
Makefile

# Created by: Dominic Mitchell <dom@happygiraffe.net>
# $FreeBSD$
PORTNAME= Apache-MP3
PORTVERSION= 4.00
PORTREVISION= 3
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= p5-Audio-Wav>=0:audio/p5-Audio-Wav \
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USE_APACHE= 22+
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>