openbsd-ports/www/p5-Apache-Test/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

26 lines
551 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/12/03 11:46:51 ajacoutot Exp $
COMMENT= Test wrapper with helpers for testing Apache
MODULES= cpan
DISTNAME= Apache-Test-1.30
REVISION= 1
CATEGORIES= www
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Apache License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_ENV+= APACHE_TEST_HTTPD=/usr/sbin/httpd
pre-configure:
@perl -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/lib/Apache/TestConfig.pm
.include <bsd.port.mk>