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