freebsd-ports/security/easy-rsa/Makefile
Matthias Andree f094e1198d Add a new security/easy-rsa package that contains the bits that got
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.
2013-01-13 21:35:06 +00:00

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>