2007-06-09 13:55:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2007/06/09 17:55:01 simon Exp $
|
2007-01-10 08:51:50 -05:00
|
|
|
|
2007-01-10 09:24:35 -05:00
|
|
|
COMMENT= "module that embeds a Perl interpreter into Apache2"
|
2007-01-10 08:51:50 -05:00
|
|
|
|
2007-01-10 09:27:11 -05:00
|
|
|
DISTNAME= mod_perl-2.0.3
|
2007-06-09 13:55:01 -04:00
|
|
|
PKGNAME= ap2-${DISTNAME}p6
|
2007-01-10 08:51:50 -05:00
|
|
|
CATEGORIES= www net
|
|
|
|
|
2007-01-10 10:09:13 -05:00
|
|
|
WANTLIB= c m perl util apr-1 aprutil-1 db expat
|
2007-01-29 11:31:58 -05:00
|
|
|
MODULES= cpan converters/libiconv
|
2007-01-10 09:24:35 -05:00
|
|
|
MASTER_SITES= http://perl.apache.org/dist/ \
|
|
|
|
${MASTER_SITE_PERL_CPAN:=Apache/}
|
2007-01-10 08:51:50 -05:00
|
|
|
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
|
|
|
|
# Apache Software License
|
2007-01-10 09:24:35 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-01-10 08:51:50 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
2007-01-10 09:27:11 -05:00
|
|
|
SHARED_ONLY= Yes
|
2007-01-10 08:51:50 -05:00
|
|
|
|
2007-01-10 09:27:11 -05:00
|
|
|
CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2
|
|
|
|
RUN_DEPENDS= ::www/apache-httpd
|
2007-01-29 11:31:58 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
|
|
:p5-Apache-Test->=1.29:www/p5-Apache-Test
|
|
|
|
|
|
|
|
# avoid conflicts
|
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/Apache-Test
|
2007-01-10 08:51:50 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|