Ticket #36493: Portfile.2

File Portfile.2, 1.1 KB (added by okoeroo@…, 12 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: Portfile 1 2012-10-05 21:55:00Z okoeroo@nikhef.nl $
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        italiangrid voms 2_0_8
8
9name                voms
10version             2.0.8
11revision            0
12categories          security
13platforms           darwin
14maintainers         nikhef.nl:okoeroo
15license             Apache-2
16
17description         create a proxy with VOMS extensions
18
19long_description    The voms-proxy-init generates a proxy with the VOMS information included in a non critical extension.
20
21homepage            https://github.com/italiangrid/voms
22
23checksums           rmd160 5352fd13b1687791d4e5fead13e2fe79ba65cf0d \
24                    sha256 38a7e784af49ee6385c5a8659559d1d40a64c9bbc81aaeb79956eed0af9a3ba0
25
26depends_build       port:autoconf \
27                    port:automake \
28                    port:libtool
29
30depends_lib         port:openssl
31
32pre-configure {
33    system -W ${worksrcpath} "./autogen.sh"
34}
35
36test.run            yes
37test.target         check