Commits
Raphael Straub authored 0cff4bda671
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name libcryptopp |
6 6 | version 5.6.5 |
7 7 | categories devel security |
8 8 | platforms darwin |
9 - | maintainers raphael openmaintainer |
9 + | maintainers {raphael @raphael-st} openmaintainer |
10 10 | description C++ class library of cryptographic schemes |
11 11 | long_description Crypto++ Library is a free C++ class library of \ |
12 12 | cryptographic schemes. |
13 13 | |
14 14 | homepage http://www.cryptopp.com/ |
15 15 | license Boost-1 |
16 16 | |
17 17 | master_sites sourceforge:cryptopp \ |
18 18 | ${homepage} |
19 19 | distname cryptopp[strsed ${version} {g/\.//}] |