2015-07-17 23:58:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2015/07/17 23:58:43 ajacoutot Exp $
|
2004-04-16 22:17:14 +00:00
|
|
|
|
2014-03-13 21:13:53 +00:00
|
|
|
COMMENT= test wrapper with helpers for testing Apache
|
2004-04-16 22:17:14 +00:00
|
|
|
|
2007-01-16 17:52:06 +00:00
|
|
|
MODULES= cpan
|
2008-04-30 19:25:23 +00:00
|
|
|
DISTNAME= Apache-Test-1.30
|
2015-07-17 23:58:43 +00:00
|
|
|
REVISION= 3
|
2007-01-16 17:52:06 +00:00
|
|
|
CATEGORIES= www
|
2004-04-16 22:17:14 +00:00
|
|
|
|
2008-04-30 19:25:23 +00:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2004-04-16 22:17:14 +00:00
|
|
|
|
|
|
|
# Apache License 2.0
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2014-03-13 21:13:53 +00:00
|
|
|
# Sets the default, but can be overridden, therefore allow a choice of run dep.
|
|
|
|
MAKE_ENV+= APACHE_TEST_HTTPD=${LOCALBASE}/sbin/httpd
|
|
|
|
|
|
|
|
RUN_DEPENDS= apache-httpd-*|apache-httpd-openbsd-*:www/apache-httpd-openbsd
|
2014-03-24 07:47:23 +00:00
|
|
|
TEST_DEPENDS += www/p5-libwww
|
2004-04-16 22:17:14 +00:00
|
|
|
|
2008-05-01 10:12:22 +00:00
|
|
|
pre-configure:
|
|
|
|
@perl -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/lib/Apache/TestConfig.pm
|
|
|
|
|
2014-03-13 21:13:53 +00:00
|
|
|
post-install:
|
|
|
|
find ${PREFIX}/${P5SITE} -name '*.orig' -print0 | xargs -r0 rm
|
|
|
|
|
2004-04-16 22:17:14 +00:00
|
|
|
.include <bsd.port.mk>
|