Ticket #51906: Portfile

File Portfile, 809 bytes (added by iamGavinJ (GΛVĪN), 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:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        OpenSC pkcs11-helper 1.11 pkcs11-helper-
8categories          security
9platforms           darwin freebsd
10license             GPL-2+ BSD
11maintainers         nomaintainer
12description         Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
13long_description    ${description}
14
15homepage            ${github.homepage}
16
17checksums           rmd160  5caa2bc24a9d4d2bb12a8f45178d453de28f50a8 \
18                    sha256  ea182c014024acadbd2463b38abd9adbb2445fd4289f3dca3dbfed39a08b3f5b
19
20use_autoreconf          yes