freebsd-ports/dns/yandex-ddns/Makefile
Alexandre C. Guimarães 4c0dedf27c
dns/yandex-ddns: New Port
- Use Yandex DNS as a dynamic DNS service.
2022-05-14 01:00:56 -03:00

25 lines
487 B
Makefile

PORTNAME= yandex-ddns
DISTVERSION= g20200613
CATEGORIES= dns
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Use Yandex DNS as a dynamic DNS provider
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>