1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/mod_macro22/Makefile
Philip M. Gollucci 9c6bfae849 - Update to 1.1.11
PR:             ports/150857
Submitted by:   Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
2010-09-22 20:55:41 +00:00

31 lines
625 B
Makefile

# Ports collection makefile for: mod_macro22
# Date created: 31 May 2008
# Whom: Lukasz Wasikowski <lukasz@wasikowski.net>
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.11
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= lukasz@wasikowski.net
COMMENT= Apache 2.2.x module for use macros in config files
MAKE_JOBS_SAFE= yes
USE_APACHE= 22
LATEST_LINK= mod_macro22
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>