freebsd-ports/www/p5-ApacheBench/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
400 B
Makefile

# Created by: dom@happygiraffe.net
# $FreeBSD$
PORTNAME= ApacheBench
PORTVERSION= 0.73
PORTREVISION= 1
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:net/p5-Net-HTTP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>