freebsd-ports/security/openiked-portable/Makefile
David Marec defac3c6b8 security/openiked-portable: Update to 7.1
- use DISTVERSION instead of PORTVERSION
 - pet portclippy

ChangeLog: https://github.com/openiked/openiked-portable/releases/tag/v7.1

PR:		264190
2022-05-23 23:04:54 +01:00

26 lines
454 B
Makefile

PORTNAME= openiked
DISTVERSION= 7.1
CATEGORIES= security net
MASTER_SITES= OPENBSD/OpenIKED
PKGNAMESUFFIX= -portable
MAINTAINER= david@lapinbilly.eu
COMMENT= IKEv2 daemon
LICENSE= ISCL
LIB_DEPENDS= libevent.so:devel/libevent
USES= cmake ssl
USE_RC_SUBR= iked
CONFLICTS_INSTALL= openiked
USERS= _iked
GROUPS= _iked
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
${STAGEDIR}${PREFIX}/etc/iked.conf.sample
.include <bsd.port.mk>