split out of OpenVPN prior to the current 2.3.0 release, and make that security/openvpn RUN_DEPENDS on it. Also update UPDATING record.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= easy-rsa
|
|
DISTVERSION= 2.2.0_master
|
|
CATEGORIES= security net-mgmt
|
|
MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \
|
|
http://build.openvpn.net/downloads/releases/
|
|
|
|
# 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= A small RSA key management package based on openssl
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|