blob: 83d5f2d0c51fc90eb1262291b7a93ac87a117039 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= op
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Controlled privilege escalation tool
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= security/1password-client
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d
${MV} ${STAGEDIR}${PREFIX}/etc/op.conf-dist \
${STAGEDIR}${PREFIX}/etc/op.conf.sample
.include <bsd.port.mk>
|