7f69de19c7
1.30 November 26, 2007 Added t_write_test_lib for temporary testing packages [Fred Moyer <fred@redhotpenguin.com>] Fix syntax error in generated PHP files t/conf/*.php.in [Philippe M. Chiasson] Add bwshare.so to the list of modules to not inherit b/c it rate limits requests to less then that of a test suite. PR: 25548 [imacat <imacat@mail.imacat.idv.tw>] Add EXTRA_CFLAGS to c-module building if defined in the environment [Geoffrey Young]
22 lines
545 B
Makefile
22 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/04/23 21:25:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Apache-Test-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5apt
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= adam@migus.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Apache-Test/
|
|
COMMENT= Wrapper for Test.pm to test an Apache server
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= ap2-perl-[0-9]*
|
|
|
|
USE_LANGUAGES= # none
|
|
PERL5_PACKLIST= auto/Apache/Test/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|