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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup OpenSC pkcs11-helper 1.11 pkcs11-helper- |
---|
8 | categories security |
---|
9 | platforms darwin freebsd |
---|
10 | license GPL-2+ BSD |
---|
11 | maintainers nomaintainer |
---|
12 | description Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage ${github.homepage} |
---|
16 | |
---|
17 | checksums rmd160 5caa2bc24a9d4d2bb12a8f45178d453de28f50a8 \ |
---|
18 | sha256 ea182c014024acadbd2463b38abd9adbb2445fd4289f3dca3dbfed39a08b3f5b |
---|
19 | |
---|
20 | use_autoreconf yes |
---|