mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2d8b17ea39
With hat: portmgr
19 lines
480 B
Makefile
19 lines
480 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= Small RSA key management package based on openssl
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|