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

24 lines
484 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2004/06/22 23:09:14 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@bitz.ca>
# 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>