diff options
Diffstat (limited to 'databases/puppetdb-terminus7/Makefile')
-rw-r--r-- | databases/puppetdb-terminus7/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/databases/puppetdb-terminus7/Makefile b/databases/puppetdb-terminus7/Makefile deleted file mode 100644 index f0982c2ff462..000000000000 --- a/databases/puppetdb-terminus7/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= puppetdb-terminus -PORTVERSION= 7.20.1 -CATEGORIES= databases ruby -MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 7 -DISTNAME= puppetdb-${PORTVERSION} - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PuppetDB storeconfigs backend terminus module -WWW= https://docs.puppetlabs.com/puppetdb/latest/ - -LICENSE= APACHE20 - -DEPRECATED= Reached EOL -EXPIRATION_DATE=2025-05-09 - -CONFLICTS_INSTALL= puppetdb-terminus[0-9] -NO_BUILD= yes -USES= gmake ruby - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini - -.include <bsd.port.mk> |