mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
25 lines
486 B
Makefile
25 lines
486 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
|
|
|
|
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>
|