openbsd-ports/www/p5-Apache-Test/Makefile
2004-07-04 23:40:05 +00:00

24 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.3 2004/07/04 23:42:59 mjc Exp $
COMMENT= "Test wrapper with helpers for testing Apache"
DISTNAME= Apache-Test-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
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
CONFIGURE_STYLE=perl
# does not work
NO_REGRESS= Yes
.include <bsd.port.mk>