e031e6e3a1
Module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches. PR: 272999
22 lines
620 B
Makefile
22 lines
620 B
Makefile
PORTNAME= angie-module-cache-purge
|
|
GH_TUPLE= nginx-modules:ngx_cache_purge:2.5.3:module
|
|
|
|
COMMENT= Angie cache_purge dynamic module
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/angie
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${MKDIR} ${STAGEDIR}${MODDIR}
|
|
|
|
${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_cache_purge_module.so \
|
|
${STAGEDIR}${MODDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
do-install-DEBUG-on:
|
|
${INSTALL} ${COPY} -m ${_SHAREMODE} \
|
|
${WRKSRC_DEBUG}/objs/ngx_http_cache_purge_module.so \
|
|
${STAGEDIR}${MODDIR}/ngx_http_cache_purge_module-debug.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|