Ticket #50349: portfile

File portfile, 1.2 KB (added by vladashram, 8 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
6name                libbdplus
7version             0.1.2
8categories          multimedia
9license             LGPL-2.1
10platforms           darwin
11maintainers         gmail.com:vladashram
12description         an open-source library designed implement the BD+ System
13
14long_description    A research project designed to implement the BD+ System Specification that provides an open source library
15
16homepage            http://www.videolan.org/developers/libbdplus.html
17master_sites        http://get.videolan.org/libbdplus/${version}
18
19use_bzip2           yes
20
21depends_build       port:pkgconfig \
22                    port:perl5
23
24depends_lib         port:libgcrypt \
25                    port:libgpg-error
26
27checksums           rmd160  3d2529b576b27f6c41bedb4fc2febca4b9a50e38 \
28                    sha256  a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a
29
30configure.perl      ${prefix}/bin/perl5
31
32configure.args      --disable-examples
33
34livecheck.type      regex
35livecheck.url       ${homepage}
36livecheck.regex     libbdplus (\[0-1.]+)