mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8136ee5a9f
- add license - minor cleanups with hat apache@
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# Created by: Andrea Cervesato <andrea@cervesato.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_qos
|
|
PORTVERSION= 10.15
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= andrea@cervesato.it
|
|
COMMENT= Qos for Apache
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_APACHE= 22+
|
|
AP_GENPLIST= yes
|
|
AP_FAST_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|