opnsense-ports/www/mod_umask/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
487 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= tar:bzip2
GNU_CONFIGURE= yes
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= src/${PORTNAME}.c
.include <bsd.port.mk>