freebsd-ports/security/easy-rsa/Makefile
Bryan Drewery b1e87213b2 Update to 2.2.2.
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.
2015-05-21 05:08:48 +00:00

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>