freebsd-ports/www/mod_umask/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

23 lines
484 B
Makefile

# Created by: Ralf Gebhart <gebhart@secnetix.de>
# $FreeBSD$
PORTNAME= mod_umask
PORTVERSION= 0.1.0
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_umask/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= apache2
MAINTAINER= gebhart@secnetix.de
COMMENT= Apache 2.x module to set umask of created files
LICENSE= APACHE20
USES= apache:2.2+ tar:bzip2
GNU_CONFIGURE= yes
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= src/${PORTNAME}.c
.include <bsd.port.mk>