freebsd-ports/dns/updatedd/Makefile
Daniel Engberg f1099fc401 dns/updatedd: Deprecate and set expiration date to 2023-12-31
Last release in 2006 and upstream is dead (domain is no longer valid),
point users to active alternatives such as dns/inadyn, dns/ddclient
or dns/godns

PR:		274651
Approved by:	portmgr (maintainer timeout, 3+ weeks)
2023-11-18 10:24:48 +01:00

23 lines
601 B
Makefile

PORTNAME= updatedd
PORTVERSION= 2.6
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= SAVANNAH
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= geniusj@ods.org
COMMENT= Dynamic DNS Update Client supporting multiple services
WWW= http://updatedd.philipp-benner.de
DEPRECATED= Last release in 2006 and upstream is dead. Consider migrating to dns/inadyn, dns/ddclient or dns/godns
EXPIRATION_DATE=2023-12-31
OPTIONS_DEFINE= DOCS
USES= gmake libtool perl5 shebangfix
SHEBANG_FILES= Documentation/updatedd-pppd-rc
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>