Oleg A. Mamontov f84b99340c www/angie-module-xslt: Angie XSLT dynamic module
Module is a filter that transforms XML responses using XSLT stylesheets.

PR:		272999
2023-08-09 15:01:18 +02:00

25 lines
578 B
Makefile

PORTNAME= angie-module-xslt
COMMENT= Angie XSLT dynamic module
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxslt.so:textproc/libxslt
CONFIGURE_ADD= --with-http_xslt_module=dynamic
MASTERDIR= ${.CURDIR}/../../www/angie
do-install:
${MKDIR} ${STAGEDIR}${MODDIR}
${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_xslt_filter_module.so \
${STAGEDIR}${MODDIR}
do-install-DEBUG-on:
${INSTALL} ${COPY} -m ${_SHAREMODE} \
${WRKSRC_DEBUG}/objs/ngx_http_xslt_filter_module.so \
${STAGEDIR}${MODDIR}/ngx_http_xslt_filter_module-debug.so
.include "${MASTERDIR}/Makefile"