ports/security/lastpass-cli/Makefile

32 lines
601 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = LastPass command line interface tool
V = 1.3.4
REVISION = 0
DISTNAME = lastpass-cli-${V}
CATEGORIES = security
HOMEPAGE = https://github.com/lastpass/lastpass-cli
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c crypto curl kvm ssl xml2
2023-09-28 02:05:49 +00:00
SITES = ${HOMEPAGE}/releases/download/v${V}/
2023-08-16 22:26:55 +00:00
MODULES = devel/cmake
BUILD_DEPENDS = shells/bash-completion \
textproc/asciidoc
LIB_DEPENDS = net/curl \
textproc/libxml
TEST_DEPENDS = ${BUILD_DEPENDS} \
shells/bash
do-test:
cd ${WRKSRC}/test && sed -i 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,' *
cd ${WRKSRC} && make test
.include <bsd.port.mk>