Ticket #47099: Portfile

File Portfile, 766 bytes (added by jul_bsd@…, 9 years ago)
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
5
6PortGroup           python 1.0
7PortGroup           github 1.0
8
9github.setup        rhec pyelasticsearch 1.2
10name                py-elasticsearch
11categories-append   devel databases
12platforms           darwin
13license             BSD
14maintainers         nomaintainer
15description         python elasticsearch client
16long_description    ${description}
17
18python.versions     27 34
19
20checksums           rmd160  208e4f0885bb048cbdbbfc8683aed677c9ea6630 \
21                    sha256  aa5729b611c4feec76e84ada9dba306012f90a1003328748ff8a157a97ba0876
22
23if {${name} ne ${subport}} {
24    livecheck.type      none
25}