Ticket #36493: Portfile

File Portfile, 947 bytes (added by okoeroo@…, 12 years ago)

Renewed VOMS CLI Portfile. Now using the GitHub repo directly.

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
5
6name                voms-cli
7version             2.0.8
8revision            0
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
18homepage            https://github.com/italiangrid/voms
19
20fetch.type          git
21git.url             https://github.com/italiangrid/voms.git
22git.branch          2_0_8
23
24use_autoreconf      yes
25
26depends_lib         port:openssl
27
28test.run            yes
29test.target         check
30
31pre-configure {
32    system "cd ${worksrcpath}; /bin/bash autogen.sh"
33}