freebsd-ports/www/mod_macro22/Makefile
Martin Wilke f220d69d57 mod_macro is a third-party module to the Apache Http Server, distributed with
a BSD-style license like Apache. It allows the definition and use of macros
within apache runtime configuration files. The syntax is a natural extension
to apache html-like configuration style.

WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/

PR:		ports/124173
Submitted by:	Lukasz Wasikowski <lukasz at wasikowski.net>
2008-06-01 19:51:51 +00:00

28 lines
602 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.10
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
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>