aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-puppetserver-ca/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rubygem-puppetserver-ca/Makefile')
-rw-r--r--sysutils/rubygem-puppetserver-ca/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/rubygem-puppetserver-ca/Makefile b/sysutils/rubygem-puppetserver-ca/Makefile
deleted file mode 100644
index 0d2ab1666aa3..000000000000
--- a/sysutils/rubygem-puppetserver-ca/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= puppetserver-ca
-PORTVERSION= 2.7.1
-CATEGORIES= sysutils rubygems
-MASTER_SITES= RG
-
-MAINTAINER= puppet@FreeBSD.org
-COMMENT= Ruby CLI tool to interact with the Puppet Server Certificate Authority
-WWW= https://github.com/puppetlabs/puppetserver-ca-cli/
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Discontinued, use sysutils/rubygem-openvoxserver-ca
-EXPIRATION_DATE=2026-07-01
-
-RUN_DEPENDS= rubygem-facter>=2.0.1:sysutils/rubygem-facter
-
-USES= gem
-
-CONFLICTS_INSTALL= rubygem-openvoxserver-ca
-
-NO_ARCH= yes
-
-PLIST_FILES= bin/puppetserver-ca
-
-.include <bsd.port.mk>