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