diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-08 14:50:49 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-08 14:50:49 +0000 |
commit | a13a4478ed01d4a2d8d9baecf3c0f14161ee1e62 (patch) | |
tree | 74091bef045400d2879b6c45cb538b0af862e570 /www/mod_macro2 | |
parent | 32485aad2d5eb0ad3a62382e3c8f3e4db5d3de8c (diff) | |
download | ports-a13a4478ed01d4a2d8d9baecf3c0f14161ee1e62.tar.gz ports-a13a4478ed01d4a2d8d9baecf3c0f14161ee1e62.zip |
Notes
Diffstat (limited to 'www/mod_macro2')
-rw-r--r-- | www/mod_macro2/Makefile | 28 | ||||
-rw-r--r-- | www/mod_macro2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_macro2/pkg-descr | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile new file mode 100644 index 000000000000..b70715ca25b5 --- /dev/null +++ b/www/mod_macro2/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: mod_macro2 +# Date created: Sun Aug 8 2004 +# Whom: clement +# +# $FreeBSD$ +# + +PORTNAME= mod_macro +PORTVERSION= 1.1.6 +CATEGORIES= www +MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ + +MAINTAINER= clement@FreeBSD.org +COMMENT= Apache2 module for use macros in config files + +WANT_APACHE= 2 +AP_FAST_BUILD= YES +AP_GENPLIST= YES +PORTDOCS= ${PORTNAME}.html + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.post.mk> diff --git a/www/mod_macro2/distinfo b/www/mod_macro2/distinfo new file mode 100644 index 000000000000..71c6e25d51a5 --- /dev/null +++ b/www/mod_macro2/distinfo @@ -0,0 +1,2 @@ +MD5 (mod_macro-1.1.6.tar.gz) = 1aff21ddb58579a2865a5bc16c622928 +SIZE (mod_macro-1.1.6.tar.gz) = 13396 diff --git a/www/mod_macro2/pkg-descr b/www/mod_macro2/pkg-descr new file mode 100644 index 000000000000..56b9607f76a5 --- /dev/null +++ b/www/mod_macro2/pkg-descr @@ -0,0 +1,6 @@ +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/ |