summaryrefslogtreecommitdiff
path: root/security/create-cert/Makefile
blob: 0cd72675b9e0e2fd976dad30a76cc7e173e4b6ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	create-cert
PORTVERSION=	2.11
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 \
		share/man/man8/create-cert.8.gz

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>