mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
9209033c07
PR: ports/189324 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# Created by: Craig Leres <leres@ee.lbl.gov>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= create-cert
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
|
|
MAINTAINER= leres@ee.lbl.gov
|
|
COMMENT= Create openssl client key and certificates
|
|
|
|
LICENSE= BSD
|
|
|
|
PLIST_FILES= sbin/create-cert \
|
|
man/man8/create-cert.8.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|