freebsd-ports/security/create-cert/Makefile
Craig Leres 430bf6bd81 Update to 2.7:
- Enable additional cert usage types otherwise the generated
      certs can't be used for servers.

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D14404
2018-02-17 02:28:50 +00:00

20 lines
412 B
Makefile

# Created by: Craig Leres <leres@FreeBSD.org>
# $FreeBSD$
PORTNAME= create-cert
PORTVERSION= 2.7
CATEGORIES= security
MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \
LOCAL/leres/create-cert
MAINTAINER= leres@FreeBSD.org
COMMENT= Create openssl client key and certificates
LICENSE= BSD3CLAUSE
PLIST_FILES= sbin/create-cert \
man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
.include <bsd.port.mk>