blob: 2cbf82a3b1b4c5d2d31fac2f91042e7a3e88fc04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@baldeagleos.com</email>
<name>Development</name>
</maintainer>
<use>
<flag name="nss">Use Mozilla NSS (<pkg>dev-libs/nss</pkg>) as hash library; if this is disabled, <pkg>dev-libs/openssl</pkg> is used instead.</flag>
<flag name="bindist">Alias for the nss USE flag, since there are license compliancy trouble when using OpenSSL.</flag>
<flag name="curl">If enabled, <pkg>net-misc/curl</pkg> is used thorugh the libcurl library; if it's not, the curl command is used instead. Some features are only available when using the library, but using it as library requires matching SSL implementations.</flag>
</use>
<origin>ports</origin>
</pkgmetadata>
|