Ticket #36493: Portfile.3

File Portfile.3, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 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
8version             [strsed ${github.version} {g/_/./}]
9categories          security
10platforms           darwin
11maintainers         nikhef.nl:okoeroo
12license             Apache-2
13
14description         create a proxy with VOMS extensions
15
16long_description    The voms-proxy-init generates a proxy with the VOMS information included in a non critical extension.
17
18checksums           rmd160 5352fd13b1687791d4e5fead13e2fe79ba65cf0d \
19                    sha256 38a7e784af49ee6385c5a8659559d1d40a64c9bbc81aaeb79956eed0af9a3ba0
20
21depends_build       port:autoconf \
22                    port:automake \
23                    port:libtool
24
25depends_lib         port:openssl
26
27pre-configure {
28    system -W ${worksrcpath} "./autogen.sh"
29}
30
31test.run            yes
32test.target         check