1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/ca-roots/Makefile
Erwin Lansing 5623dfdaad Hand maintainership to submitter
PR:		98097
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
2006-05-30 08:47:36 +00:00

24 lines
490 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= nivo+kw+ports.bfa274@is-root.com
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>