stsp c57b8a6083 Update ap2-mod_perl to 2.0.9-rc1. Using an RC since other available
releases don't support Apache HTTPD 2.4.
with help from dcoppa@, ok ajacoutot@
2015-05-15 08:08:36 +00:00

37 lines
829 B
Makefile

# $OpenBSD: Makefile,v 1.27 2015/05/15 08:08:36 stsp Exp $
COMMENT= module that embeds a Perl interpreter into Apache2
DISTNAME= mod_perl-2.0.9-rc1
PKGNAME= ap2-${DISTNAME}
CATEGORIES= www net
MODULES= cpan converters/libiconv
MASTER_SITES= ${MASTER_SITE_APACHE:=perl/}
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
# Apache Software License
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += apr-1 aprutil-1 c db expat m perl pthread util
SHARED_ONLY= Yes
CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2 \
MP_NO_THREADS=1
LIB_DEPENDS= devel/apr \
devel/apr-util
RUN_DEPENDS= www/apache-httpd
BUILD_DEPENDS= ${RUN_DEPENDS} \
www/p5-Apache-Test>=1.29 \
www/p5-Apache-Reload
PORTHOME= ${WRKDIR}
# avoid conflicts
post-extract:
rm -r ${WRKSRC}/Apache-Test ${WRKSRC}/Apache-Reload/lib/Apache
.include <bsd.port.mk>