1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/create-cert/Makefile
Frederic Culot 9209033c07 - Update to 2.4
PR:		ports/189324
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2014-05-19 08:03:49 +00:00

20 lines
351 B
Makefile

# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
PORTNAME= create-cert
PORTVERSION= 2.4
CATEGORIES= security
MASTER_SITES= ftp://ee.lbl.gov/
MAINTAINER= leres@ee.lbl.gov
COMMENT= Create openssl client key and certificates
LICENSE= BSD
PLIST_FILES= sbin/create-cert \
man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
.include <bsd.port.mk>