aboutsummaryrefslogtreecommitdiff
path: root/security/create-cert/Makefile
blob: 2696873839aee7196648fd3a496ccb0b7eb49c49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>