openbsd-ports/www/p5-Apache-MP3/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00

30 lines
716 B
Makefile

# $OpenBSD: Makefile,v 1.16 2005/08/17 16:10:05 espie Exp $
COMMENT= "mod_perl class for generating browsable MP3 directory lists"
DISTNAME= Apache-MP3-3.05
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= www audio perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# 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:=Apache/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::www/mod_perl \
::audio/p5-MP3-Info \
::audio/p5-libvorbis
CONFIGURE_STYLE= perl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/apache_mp3
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${PREFIX}/share/apache_mp3
.include <bsd.port.mk>