freebsd-ports/security/create-cert/Makefile
2021-04-06 16:31:07 +02:00

19 lines
400 B
Makefile

# Created by: Craig Leres <leres@FreeBSD.org>
PORTNAME= create-cert
PORTVERSION= 2.9
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>