diff options
-rw-r--r-- | ports-mgmt/redports-node/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/redports-node/Makefile b/ports-mgmt/redports-node/Makefile index 42d2f2e97d50..c261bd8cc8aa 100644 --- a/ports-mgmt/redports-node/Makefile +++ b/ports-mgmt/redports-node/Makefile @@ -7,7 +7,7 @@ CATEGORIES= ports-mgmt MASTER_SITES= https://api.redports.org/downloads/ DISTFILES= ${PORTNAME}-${DISTVERSION}.phar ${PORTNAME}-${DISTVERSION}.phar.pubkey -MAINTAINER= decke@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Redports building node LICENSE= BSD2CLAUSE @@ -16,6 +16,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ poudriere:ports-mgmt/poudriere \ ${LOCALBASE}/bin/ccache:devel/ccache +DEPRECATED= Upstream is dead so port is not useable anymore. +EXPIRATION_DATE= 2017-09-30 + NO_BUILD= yes USE_PHP= curl hash json openssl pcntl phar USE_RC_SUBR= redportsnode |