0ab4a64397
Collection, from pkgsrc-wip. Original package by Adam Migus. Apache::Test is a test toolkit for testing an Apache server with any configuration. It works with Apache 1.3 and Apache 2.0 and any of its modules, including mod_perl 1.0 and 2.0. It was originally developed for testing mod_perl 2.0. For an extensive documentation see the tutorial: http://perl.apache.org/docs/general/testing/testing.html
18 lines
512 B
Makefile
18 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 12:56:14 cube Exp $
|
|
#
|
|
|
|
DISTNAME= Apache-Test-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5apt
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= adam@migus.org
|
|
HOMEPAGE= http://perl.apache.org/docs/1.0/api/Apache/test.html
|
|
COMMENT= Wrapper for Test.pm to test an Apache server
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Test/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|