Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= botan |
9 |
PORTNAME= botan |
10 |
PORTVERSION= 1.8.8 |
10 |
PORTVERSION= 1.8.9 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= security |
11 |
CATEGORIES= security |
13 |
MASTER_SITES= http://files.randombit.net/botan/v1.8/ |
12 |
MASTER_SITES= http://files.randombit.net/botan/v1.8/ |
14 |
DISTNAME= Botan-${PORTVERSION} |
13 |
DISTNAME= Botan-${PORTVERSION} |
Lines 17-22
Link Here
|
17 |
MAINTAINER= lapo@lapo.it |
16 |
MAINTAINER= lapo@lapo.it |
18 |
COMMENT= A portable, easy to use, and efficient C++ crypto library |
17 |
COMMENT= A portable, easy to use, and efficient C++ crypto library |
19 |
|
18 |
|
|
|
19 |
LICENSE= BSD |
20 |
LICENSE_FILE= ${WRKSRC}/doc/license.txt |
21 |
|
20 |
OPTIONS= SSL "Enable OpenSSL engine" on \ |
22 |
OPTIONS= SSL "Enable OpenSSL engine" on \ |
21 |
GMP "Enable GMP engine" on \ |
23 |
GMP "Enable GMP engine" on \ |
22 |
ECC "Enable ECC support" on |
24 |
ECC "Enable ECC support" on |