blob: e72958bf71ebc4d3f0d50ba4d592ba2e697a52f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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= Small RSA key management package based on openssl
LICENSE= GPLv2
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|