mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f235d21f2b
- add LICENSE
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: dom@happygiraffe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ApacheBench
|
|
PORTVERSION= 0.73
|
|
CATEGORIES= www benchmarks perl5
|
|
MASTER_SITES= CPAN/HTTPD
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for HTTP benchmarking
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|