diff options
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index d0eaff6472dc..badebaae9c77 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,8 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.8.8 -PORTREVISION= 1 +PORTVERSION= 1.8.9 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.8/ DISTNAME= Botan-${PORTVERSION} @@ -17,6 +16,9 @@ EXTRACT_SUFX= .tbz MAINTAINER= lapo@lapo.it COMMENT= A portable, easy to use, and efficient C++ crypto library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/doc/license.txt + OPTIONS= SSL "Enable OpenSSL engine" on \ GMP "Enable GMP engine" on \ ECC "Enable ECC support" on |