2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Ralf Gebhart <gebhart@secnetix.de>
|
2012-08-29 00:54:22 +02:00
|
|
|
# $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
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2012-08-29 00:54:22 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_APACHE= 22+
|
|
|
|
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
SRC_FILE= src/${PORTNAME}.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|