forked from Lainports/freebsd-ports
Install man page in share/man. Changes since 2.10: - Remove unconditional FreeBSD mandir hack.
18 lines
401 B
Makefile
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>
|