diff options
Diffstat (limited to 'sysutils/rubygem-openvoxserver-ca/Makefile')
-rw-r--r-- | sysutils/rubygem-openvoxserver-ca/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/rubygem-openvoxserver-ca/Makefile b/sysutils/rubygem-openvoxserver-ca/Makefile new file mode 100644 index 000000000000..3448c01cf2c3 --- /dev/null +++ b/sysutils/rubygem-openvoxserver-ca/Makefile @@ -0,0 +1,23 @@ +PORTNAME= openvoxserver-ca +PORTVERSION= 3.0.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= puppet@FreeBSD.org +COMMENT= Ruby CLI tool to interact with the OpenVox Server Certificate Authority +WWW= https://github.com/OpenVoxProject/openvoxserver-ca-cli/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-openfact>=5.0.0:sysutils/rubygem-openfact + +USES= gem + +CONFLICTS_INSTALL= rubygem-puppetserver-ca + +NO_ARCH= yes + +PLIST_FILES= bin/puppetserver-ca + +.include <bsd.port.mk> |