freebsd-ports/security/create-cert/Makefile
Craig Leres 5010d8fde6 security/create-cert: Update to 2.11
Install man page in share/man.

Changes since 2.10:

 - Remove unconditional FreeBSD mandir hack.
2024-01-21 12:59:03 -08:00

18 lines
401 B
Makefile

PORTNAME= create-cert
PORTVERSION= 2.11
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 \
share/man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>