ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/security/easy-rsa/Makefile
Revision: 17149
Committed: Sun Sep 14 19:42:03 2014 UTC (9 years, 6 months ago) by laffer1
File size: 439 byte(s)
Log Message:
easy-rsa utility

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/security/easy-rsa/Makefile 328226 2013-09-25 00:54:08Z bdrewery $
3
4 PORTNAME= easy-rsa
5 DISTVERSION= 2.2.0_master
6 CATEGORIES= security net-mgmt
7 MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \
8 http://build.openvpn.net/downloads/releases/
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Small RSA key management package based on openssl
12
13 LICENSE= gpl2
14
15 GNU_CONFIGURE= yes
16
17 .include <bsd.port.mk>