1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup LastPass lastpass-cli 0.3.0 |
---|
8 | |
---|
9 | categories security |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | maintainers oaf.dk:mni \ |
---|
14 | openmaintainer |
---|
15 | description Command line interface for LastPass |
---|
16 | long_description ${description}. \ |
---|
17 | Access, add, modify, and delete entries in your online LastPass vault. |
---|
18 | |
---|
19 | master_sites https://github.com/LastPass/lastpass-cli/archive/ |
---|
20 | distname v${version} |
---|
21 | worksrcdir ${name}-${version} |
---|
22 | homepage http://lastpass.github.io/lastpass-cli/ |
---|
23 | checksums rmd160 4229a02888f4b109b3365ccc418e05ac9d297e71 \ |
---|
24 | sha256 7956fe945aae64bd57350c3ed89773dd1449b99e8e0369eefcea14382e4aea08 |
---|
25 | |
---|
26 | use_configure no |
---|
27 | build.env-append PREFIX=${prefix} |
---|
28 | destroot.env-append PREFIX=${prefix} |
---|
29 | depends_lib-append port:libxml2 port:openssl port:curl |
---|
30 | |
---|
31 | livecheck.regex "archive/v(\\d+(?:\\.\\d+)*).tar.gz" |
---|