forked from Lainports/freebsd-ports
Changes: - Default KEY_SIZE to 2048 bits - Default the signing hash to SHA256 rather than SHA1 and MD5 - vars cleanups - pkitool cleanups - pkitool -days fix for https://community.openvpn.net/openvpn/ticket/198 Approved by: 2 year old fix for SHA1->SHA256.
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= easy-rsa
|
|
DISTVERSION= 2.2.2
|
|
CATEGORIES= security net-mgmt
|
|
|
|
# Eric F. Crist <ecrist@secure-computing.net> does not require my
|
|
# approval for changes to this package. -- mandree@FreeBSD.org
|
|
MAINTAINER= mandree@FreeBSD.org
|
|
COMMENT= Small RSA key management package based on openssl
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OpenVPN
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf
|
|
|
|
.include <bsd.port.mk>
|