freebsd-ports/dns/yandex-ddns/Makefile
2022-10-06 14:24:26 -05:00

27 lines
547 B
Makefile

PORTNAME= yandex-ddns
DISTVERSION= g20200613
PORTREVISION= 5
CATEGORIES= dns
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Use Yandex DNS as a dynamic DNS provider
WWW= https://github.com/thekvs/yandex-ddns
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= thekvs
GH_TAGNAME= 1fd0d00
PLIST_FILES= bin/yandex-ddns\
${EXAMPLESDIR}/yandex-ddns.example.toml
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/yandex-ddns.example.toml \
${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>