diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 19:51:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 19:51:51 +0000 |
commit | f220d69d57a7edee501279fefa2e0300a09c7ddb (patch) | |
tree | 6a3d9b5a24809e7e65c4f1c8a0060dd10f61419b /www/mod_macro22 | |
parent | 87d9de78eb97c17ca22c5f9fb4373b7e7692b6bb (diff) | |
download | ports-f220d69d57a7edee501279fefa2e0300a09c7ddb.tar.gz ports-f220d69d57a7edee501279fefa2e0300a09c7ddb.zip |
Notes
Diffstat (limited to 'www/mod_macro22')
-rw-r--r-- | www/mod_macro22/Makefile | 28 | ||||
-rw-r--r-- | www/mod_macro22/distinfo | 3 | ||||
-rw-r--r-- | www/mod_macro22/pkg-descr | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/www/mod_macro22/Makefile b/www/mod_macro22/Makefile new file mode 100644 index 000000000000..8b3371af4942 --- /dev/null +++ b/www/mod_macro22/Makefile @@ -0,0 +1,28 @@ +# 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> diff --git a/www/mod_macro22/distinfo b/www/mod_macro22/distinfo new file mode 100644 index 000000000000..30e91582de38 --- /dev/null +++ b/www/mod_macro22/distinfo @@ -0,0 +1,3 @@ +MD5 (mod_macro-1.1.10.tar.gz) = 58cc6dce2ce4c39fcd302005f7345165 +SHA256 (mod_macro-1.1.10.tar.gz) = 91ab7c65a05d860efebfc646bb3a15f0f7daf6e075bc33a4b7487075e83d33f2 +SIZE (mod_macro-1.1.10.tar.gz) = 14033 diff --git a/www/mod_macro22/pkg-descr b/www/mod_macro22/pkg-descr new file mode 100644 index 000000000000..56b9607f76a5 --- /dev/null +++ b/www/mod_macro22/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/ |