aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_macro22/Makefile
blob: 55f5cd359d39cae06e76b21ba5f903663e71a1a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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

LICENSE=    mod_macro
LICENSE_NAME=   mod_macro license (apache with postcard request)
LICENSE_FILE=   ${WRKSRC}/LICENSE
LICENSE_PERMS=  dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

MAKE_JOBS_SAFE= yes

USE_APACHE= 22
LATEST_LINK=    mod_macro22
AP_FAST_BUILD=  yes
AP_GENPLIST=    yes
PORTDOCS=   ${PORTNAME}.html

PORTSCOUT=  limit:^1\.1\.

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}/
    ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
.endif

.include <bsd.port.mk>