diff options
| author | Yuval Gross <52262536+yuvalg-MSFT@users.noreply.github.com> | 2019-12-03 11:18:49 -0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-12-03 11:18:49 -0800 |
| commit | e9267ac7c40d990c8368861189031bcd5eb77189 (patch) | |
| tree | c8f3316fddb74b8d01ae36fd0bae3a99b271bc2d /ports/libmodman/CONTROL | |
| parent | 227d05535901da3372dac2f5fdf4af42cd4e0477 (diff) | |
| download | vcpkg-e9267ac7c40d990c8368861189031bcd5eb77189.tar.gz vcpkg-e9267ac7c40d990c8368861189031bcd5eb77189.zip | |
[proxywrapper] Add new port (#8916)
* adding proxywrapper package
* resolving review comments
* restrict Linux only
* [proxywrapper] Only static library
* [libmodman] Move building of tests to a non-default feature
* [libproxy] Move tests to a non-default feature
* [libproxy] Add features for language bindings
* [proxywrapper] Require C++ 11 standard
Diffstat (limited to 'ports/libmodman/CONTROL')
| -rw-r--r-- | ports/libmodman/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/libmodman/CONTROL b/ports/libmodman/CONTROL index 70cb9d811..c1fd4cd49 100644 --- a/ports/libmodman/CONTROL +++ b/ports/libmodman/CONTROL @@ -1,4 +1,8 @@ Source: libmodman -Version: 2.0.1 +Version: 2.0.1-1 Homepage: https://code.google.com/p/libmodman -Description: a simple library for managing modules
\ No newline at end of file +Description: a simple library for managing modules + +Feature: tests +Description: Build libmodman tests +Build-Depends: zlib |
