Ticket #45578: Portfile

File Portfile, 1.1 KB (added by mni@…, 10 years ago)

Portfile updated with depends_lib-append

Line 
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 
4PortSystem          1.0
5PortGroup           github 1.0
6 
7github.setup        LastPass lastpass-cli 0.3.0
8 
9categories          security
10platforms           darwin
11license             GPL-2
12 
13maintainers         oaf.dk:mni \
14                    openmaintainer
15description         Command line interface for LastPass
16long_description    ${description}. \
17                    Access, add, modify, and delete entries in your online LastPass vault.
18 
19master_sites        https://github.com/LastPass/lastpass-cli/archive/
20distname            v${version}
21worksrcdir          ${name}-${version}
22homepage            http://lastpass.github.io/lastpass-cli/
23checksums           rmd160  4229a02888f4b109b3365ccc418e05ac9d297e71 \
24                    sha256  7956fe945aae64bd57350c3ed89773dd1449b99e8e0369eefcea14382e4aea08
25
26use_configure       no
27build.env-append    PREFIX=${prefix}
28destroot.env-append PREFIX=${prefix}
29depends_lib-append  port:libxml2 port:openssl port:curl
30
31livecheck.regex     "archive/v(\\d+(?:\\.\\d+)*).tar.gz"