diff --git a/dns/denominator/Makefile b/dns/denominator/Makefile index a9b50dd66077..632f10d934af 100644 --- a/dns/denominator/Makefile +++ b/dns/denominator/Makefile @@ -1,26 +1,30 @@ PORTNAME= denominator -PORTVERSION= 4.7.1 -PORTREVISION= 2 +DISTVERSION= 4.7.1 +PORTREVISION= 3 CATEGORIES= dns java MASTER_SITES= https://bintray.com/artifact/download/netflixoss/maven/com/netflix/${PORTNAME}/${PORTNAME}-cli/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cli-${PORTVERSION}-fat.jar EXTRACT_SUFX= MAINTAINER= bofh@FreeBSD.org COMMENT= Portably control DNS clouds WWW= https://github.com/Netflix/denominator +DEPRECATED= Project has been archived use dns/py-dns-lexicon +EXPIRATION_DATE= 2026-09-30 + USES= java -NO_BUILD= yes STRIP= # none +NO_BUILD= yes + PLIST_FILES= bin/${PORTNAME} do-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include