openbsd-ports/www/p5-Apache-Reload/Makefile

25 lines
534 B
Makefile
Raw Normal View History

2010-10-19 04:02:53 -04:00
# $OpenBSD: Makefile,v 1.3 2010/10/19 08:02:54 espie Exp $
COMMENT = Reload changed modules for mod_perl
DISTNAME = Apache-Reload-0.10
CATEGORIES = www perl5
MODULES = cpan
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::www/mod_perl
# Apache License 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
# Tests are patched out to avoid network access in "make configure",
# and need manual configuration anyway.
NO_REGRESS = Yes
.include <bsd.port.mk>