freebsd-ports/dns/namesilo_ddns/Makefile
Chris Rees a5ec31a3c0 dns/namesilo_ddns: Update to 2.3.1
Retry when failed-- up to five times by default
2023-03-24 12:13:07 +00:00

27 lines
603 B
Makefile

PORTNAME= namesilo_ddns
PORTVERSION= 2.3.1
DISTVERSIONPREFIX=v
CATEGORIES= dns net
MAINTAINER= crees@FreeBSD.org
COMMENT= Updates DNS records with Namesilo for dynamic IP addresses
WWW= https://github.com/crees/namesilo_ddns
LICENSE= MIT
RUN_DEPENDS= xmllint:textproc/libxml2
USE_GITHUB= yes
GH_ACCOUNT= crees
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME} "@sample etc/${PORTNAME}.conf.sample"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample \
${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.mk>