| 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/sysutils/anvil/ |
Upload File : |
PORTNAME= anvil
PORTVERSION= 0.0.20
CATEGORIES= sysutils
MAINTAINER= dvl@FreeBSD.org
COMMENT= Tools for distributing ssl certificates
WWW= https://github.com/dlangille/anvil
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= dlangille
USERS= anvil
GROUPS= anvil
SUB_FILES+= cert-shifter.conf.sample cert-puller.conf.sample pkg-install pkg-message
NO_BUILD= yes
OPTIONS_SINGLE= SG1
OPTIONS_SINGLE_SG1= FETCH CURL WGET
OPTIONS_DEFAULT= FETCH
FETCH_DESC= Use fetch
CURL_DESC= Use curl, not fetch
WGET_DESC= Use wget, not fetch
CURL_RUN_DEPENDS= curl:ftp/curl
WGET_RUN_DEPENDS= wget:ftp/wget
FETCH_FETCH_TOOL= fetch
CURL_FETCH_TOOL= curl
WGET_FETCH_TOOL= wget
do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
${MKDIR} ${STAGEDIR}/var/db/anvil
${INSTALL_DATA} ${WRKDIR}/cert-shifter.conf.sample ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKDIR}/cert-puller.conf.sample ${STAGEDIR}${ETCDIR}
${INSTALL_SCRIPT} ${WRKSRC}/cert-shifter ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/cert-puller ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>