1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/mod_qos/Makefile
Olli Hauer 8136ee5a9f - add stage support
- add license
- minor cleanups

with hat apache@
2013-12-15 22:11:20 +00:00

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>