to use my @FreeBSD.org email address. - devel/arduino - devel/arduino-glcd - devel/arduino-irremote - devel/arduino-mk - devel/arduino-sevseg - net/hostapd - net/py-pcap - security/bro - security/broccoli - security/create-cert - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D12374
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Created by: Craig Leres <leres@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= create-cert
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
|
|
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>
|