pkgsrc/www/p5-Apache-Test/Makefile
cube 0ab4a64397 Initial import of p5-Apache-Test, version 1.12, into the NetBSD Packages
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
2004-08-02 12:56:14 +00:00

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"