blob: 0991668efc1a9d8044207ec9f493c74b360f3e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "cppcms",
"version-string": "1.2.1",
"port-version": 3,
"description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development",
"homepage": "https://github.com/artyom-beilis/cppcms",
"supports": "!(linux | osx)",
"dependencies": [
"icu",
"openssl",
"pcre",
"zlib"
]
}
|