ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/09/15 20:38:23 merdely Exp $
|
|
|
|
COMMENT= Test wrapper with helpers for testing Apache
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Apache-Test-1.29
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
# does not work
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|