e3ee31b058
Bump pkgname where necessary.
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/07/03 02:44:14 naddy Exp $
|
|
|
|
COMMENT = Reload changed modules for mod_perl
|
|
|
|
DISTNAME = Apache-Reload-0.10
|
|
CATEGORIES = www perl5
|
|
|
|
MODULES = cpan
|
|
|
|
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>
|