2017-09-15 20:18:26 +02:00
|
|
|
# Created by: Craig Leres <leres@FreeBSD.org>
|
2011-03-19 07:07:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= create-cert
|
2018-02-17 03:28:50 +01:00
|
|
|
PORTVERSION= 2.7
|
2011-03-19 07:07:08 +01:00
|
|
|
CATEGORIES= security
|
2018-02-16 01:58:12 +01:00
|
|
|
MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \
|
|
|
|
LOCAL/leres/create-cert
|
2011-03-19 07:07:08 +01:00
|
|
|
|
2017-09-15 20:18:26 +02:00
|
|
|
MAINTAINER= leres@FreeBSD.org
|
2011-03-19 07:07:08 +01:00
|
|
|
COMMENT= Create openssl client key and certificates
|
|
|
|
|
2014-12-10 15:04:23 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-05-03 13:09:56 +02:00
|
|
|
|
2014-01-31 16:54:10 +01:00
|
|
|
PLIST_FILES= sbin/create-cert \
|
|
|
|
man/man8/create-cert.8.gz
|
2011-03-19 07:07:08 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|