opnsense-ports/www/mod_uid/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
519 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= leeym@FreeBSD.org
COMMENT= Apache module issuing the "correct" cookies for counting the site visitors
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
MODULENAME= mod_uid2
PORTDOCS= README.html
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>