freebsd-ports/security/create-cert/Makefile

21 lines
412 B
Makefile
Raw Normal View History

# Created by: Craig Leres <leres@FreeBSD.org>
# $FreeBSD$
PORTNAME= create-cert
PORTVERSION= 2.7
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
2014-01-31 16:54:10 +01:00
PLIST_FILES= sbin/create-cert \
man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
.include <bsd.port.mk>