aboutsummaryrefslogblamecommitdiff
path: root/www/mod_umask/Makefile
blob: 93dd6f9627319befc8c4208d9929cec3c10c1693 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                










                                                               
                        
 
                                     
                   





                                 
# Created by: Ralf Gebhart <gebhart@secnetix.de>

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>