23 lines
439 B
Makefile
23 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.10 2014/12/08 14:26:02 benoit Exp $
|
|
|
|
COMMENT = Reload changed modules for mod_perl
|
|
|
|
DISTNAME = Apache-Reload-0.12
|
|
CATEGORIES = www perl5
|
|
|
|
REVISION = 0
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/mod_perl
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
# regress tests require to run as non-root user,
|
|
# needs p5-Apache-Test chroot fix to work as root
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|