freebsd-ports/security/create-cert/Makefile
Craig Leres 8d5156e65c security/create-cert: Update to 2.10
Changes since 2.9:

 - Disallow FQDNs to end with .key or .pem (-f overrides).

 - Update to autoconf 2.71.
2023-05-09 16:21:05 -07:00

17 lines
354 B
Makefile

PORTNAME= create-cert
PORTVERSION= 2.10
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>