freebsd-ports/security/ca-roots/Makefile
Volker Stolz f392037c89 Prune expired certificates (including one that will expire in 4 days during
the Ports Freeze)

PR:		ports/93276
Approved by:	secteam (remko)
2006-02-19 15:11:13 +00:00

24 lines
475 B
Makefile

# Ports collection makefile for: ca-roots
# Date created: Sep 5, 2000
# Whom: nsayer
#
# $FreeBSD$
#
PORTNAME= ca-roots
PORTVERSION= 1.2
CATEGORIES= security
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= A list of SSL CA root certificates
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/certs
${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
${LN} -sf ${PREFIX}/share/certs/ca-root.crt /etc/ssl/cert.pem
.include <bsd.port.mk>