mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# Created by: Craig Leres <leres@ee.lbl.gov>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= create-cert
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
|
|
MAINTAINER= leres@ee.lbl.gov
|
|
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>
|