8136ee5a9f
- add license - minor cleanups with hat apache@
33 lines
784 B
Makefile
33 lines
784 B
Makefile
# Created by: 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
USE_APACHE= 22
|
|
LATEST_LINK= mod_macro22
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
PORTDOCS= ${PORTNAME}.html
|
|
|
|
PORTSCOUT= limit:^1\.1\.
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|