mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
81e55309a7
(Also, don't overwrite securiy/easy-rsa's vars file when installing.) Sponsored by: Absolight
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= easy-rsa
|
|
DISTVERSION= 2.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net-mgmt
|
|
PKGNAMESUFFIX= 2
|
|
|
|
# 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
|
|
|
|
CONFLICTS_INSTALL=easy-rsa-3*
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OpenVPN
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf
|
|
|
|
post-install:
|
|
@${MV} ${STAGEDIR}${DATADIR}/vars ${STAGEDIR}${DATADIR}/vars.sample
|
|
|
|
.include <bsd.port.mk>
|