8ea1503fb1
help by Sergey Skvortsov confirmed by maintainer
36 lines
826 B
Makefile
36 lines
826 B
Makefile
# $OpenBSD: Makefile,v 1.11 2008/05/05 21:21:43 simon Exp $
|
|
|
|
COMMENT= module that embeds a Perl interpreter into Apache2
|
|
|
|
DISTNAME= mod_perl-2.0.4
|
|
PKGNAME= ap2-${DISTNAME}
|
|
CATEGORIES= www net
|
|
|
|
WANTLIB= c m perl util apr-1 aprutil-1 db expat
|
|
MODULES= cpan converters/libiconv
|
|
MASTER_SITES= http://perl.apache.org/dist/ \
|
|
${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# Apache Software License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2
|
|
RUN_DEPENDS= ::www/apache-httpd
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
:p5-Apache-Test->=1.29:www/p5-Apache-Test
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
# avoid conflicts
|
|
post-extract:
|
|
@rm -rf ${WRKSRC}/Apache-Test
|
|
|
|
.include <bsd.port.mk>
|