naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

24 lines
518 B
Makefile

# $OpenBSD: Makefile,v 1.26 2016/03/20 19:57:13 naddy Exp $
COMMENT= mod_perl class for generating browsable MP3 directory lists
MODULES= cpan
PKG_ARCH= *
DISTNAME= Apache-MP3-3.05
REVISION= 3
CATEGORIES= www audio
# GPL or Artistic
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/mod_perl \
audio/p5-MP3-Info \
audio/p5-libvorbis
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/apache_mp3
${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${PREFIX}/share/apache_mp3
.include <bsd.port.mk>