1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/mod_uid/Makefile
Dmitry Marakasov f2adfab6d7 - Add LICENSE
- Switch to options helpers
2017-02-25 13:46:48 +00:00

28 lines
568 B
Makefile

# 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>