aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_uid/Makefile
blob: 4c0a453d6c879f4a0e81179f500133a0503e5200 (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
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mod_uid
PORTVERSION=    1.1.0
CATEGORIES= www
MASTER_SITES=   ftp://ftp.lexa.ru/pub/apache-rus/contrib/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Apache module issuing the "correct" cookies for counting the site visitors

LICENSE=    APACHE20

USE_APACHE= 22
AP_FAST_BUILD=  yes
AP_GENPLIST=    yes
MODULENAME= mod_uid2

PORTDOCS=   README.html

OPTIONS_DEFINE= DOCS

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>