openbsd-ports/www/p5-Apache-MP3/Makefile
naddy dd6229bd08 Update to 2.22:
- Introduces support for streaming Ogg Vorbis files.
- Minor clean-ups.

Submitted by maintainer Nikolay Sturm <nikolay.sturm@desy.de>.
2002-02-07 12:21:39 +00:00

35 lines
884 B
Makefile

# $OpenBSD: Makefile,v 1.7 2002/02/07 12:21:39 naddy Exp $
COMMENT= "mod_perl class for generating browsable MP3 directory lists"
DISTNAME= Apache-MP3-2.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= www audio perl5
NEED_VERSION= 1.504
MAINTAINER= Nikolay Sturm <nikolay.sturm@desy.de>
# GPL or Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
BUILD_DEPENDS= :p5-MP3-Info-*:audio/p5-MP3-Info \
:p5-libvorbis-*:audio/p5-libvorbis
RUN_DEPENDS= :mod_perl-*:www/mod_perl \
:p5-MP3-Info-*:audio/p5-MP3-Info \
:p5-libvorbis-*:audio/p5-libvorbis
CONFIGURE_STYLE= perl
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/apache_mp3
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${PREFIX}/share/examples/apache_mp3
.include <bsd.port.mk>