aboutsummaryrefslogtreecommitdiff
path: root/dns/namesilo_ddns/Makefile
blob: ff632b5eb6707c2d030a5befda213ed11c95caa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	namesilo_ddns
PORTVERSION=	2.2
DISTVERSIONPREFIX=v
CATEGORIES=	dns net

MAINTAINER=	crees@FreeBSD.org
COMMENT=	Updates DNS records with Namesilo for dynamic IP addresses

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>