openbsd-ports/www/p5-Apache-Test/Makefile
2005-04-12 20:00:08 +00:00

24 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.4 2005/04/12 20:00:08 mjc Exp $
COMMENT= "Test wrapper with helpers for testing Apache"
DISTNAME= Apache-Test-1.21
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>