mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
299 B
Makefile
18 lines
299 B
Makefile
COMMENT = minimalistic password manager written in shell
|
|
|
|
GH_ACCOUNT = rnagy
|
|
GH_PROJECT = opm
|
|
GH_TAGNAME = 1.4
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Robert Nagy <robert@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = security/oath-toolkit,-main \
|
|
x11/xclip
|
|
|
|
.include <bsd.port.mk>
|