mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
28 lines
548 B
Makefile
28 lines
548 B
Makefile
PORTNAME= yandex-ddns
|
|
DISTVERSION= g20200613
|
|
PORTREVISION= 11
|
|
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>
|