mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
22 lines
358 B
Makefile
22 lines
358 B
Makefile
# Created by: Andrea Cervesato <andrea@cervesato.it>
|
|
|
|
PORTNAME= mod_qos
|
|
DISTVERSION= 11.66
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= QoS for Apache
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache:2.2+
|
|
|
|
AP_GENPLIST= yes
|
|
AP_FAST_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|