fe4230568d
Approved by: portmgr (blanket)
30 lines
640 B
Makefile
30 lines
640 B
Makefile
PORTNAME= spm
|
|
PORTVERSION= 0.20200208
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://notabug.org/kl3/spm/archive/
|
|
DISTNAME= f920ab3f68
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Simple password manager
|
|
WWW= https://notabug.org/kl3/spm
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= gpg2:security/gnupg \
|
|
tree:sysutils/tree
|
|
|
|
PLIST_FILES= bin/spm \
|
|
share/man/man1/spm.1.gz
|
|
|
|
WRKSRC= ${WRKDIR}/spm
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
${INSTALL_MAN} ${WRKSRC}/spm.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|