| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/varnish-modules/ |
Upload File : |
PORTNAME= varnish-modules
PORTVERSION= 0.20.0
CATEGORIES= www
MAINTAINER= zi@FreeBSD.org
COMMENT= Collection of Varnish Cache modules by Varnish Software
WWW= https://github.com/varnish/varnish-modules
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= rst2man:textproc/py-docutils
USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= varnish
GH_PROJECT= varnish-modules
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
CFLAGS+= -Wno-error=deprecated-declarations
pre-configure:
cd ${WRKSRC} && ./bootstrap
post-build-DOCS-on:
cd ${WRKSRC} && ${MAKE_CMD} rst-docs
post-install-DOCS-on:
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex .*.man.rst'
.include <bsd.port.mk>