mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e64855c99c
- Convert to USES
25 lines
535 B
Makefile
25 lines
535 B
Makefile
# Created by: Craig Leres <leres@ee.lbl.gov>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= create-cert
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
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
|
|
|
|
verify: checksum
|
|
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
|
|
|
|
.include <bsd.port.mk>
|