While here add WWW. Changes since 2.11: - Try to avoid leaking temp files after switching to mktemp. - getopt -> getopts - Cleanup key if cert creation fails. - Update to autoconf 2.72. - Prefer "openssl rehash" (newer openssl) to c_rehash (sometimes missing) using a patch from Michael Proto. - Minor consession to ubuntu (where /bin/sh is dash). PR: 292063 Reported by: Michael Proto Obtained from: Michael Proto
20 lines
449 B
Makefile
20 lines
449 B
Makefile
PORTNAME= create-cert
|
|
PORTVERSION= 2.12
|
|
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
|
|
WWW= https://ee.lbl.gov/downloads/create-cert/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PLIST_FILES= sbin/create-cert \
|
|
share/man/man8/create-cert.8.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|