19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/10/31 10:50:16 robert Exp $
|
|
|
|
COMMENT = minimalistic password manager written in shell
|
|
|
|
GH_ACCOUNT = rnagy
|
|
GH_PROJECT = opm
|
|
GH_TAGNAME = 1.2
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Robert Nagy <robert@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = x11/xclip
|
|
|
|
.include <bsd.port.mk>
|