diff options
author | joerg <joerg> | 2014-02-24 19:58:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-02-24 19:58:19 +0000 |
commit | cd0cac578e2468e9f159b6698a29c4224e2b7e04 (patch) | |
tree | 2c01fb627dfeaedc97b8f7633a5a51c6bd12d52a /security | |
parent | bf46dbf5a222d65abe13b2cf28feef314c145a7f (diff) | |
download | pkgsrc-cd0cac578e2468e9f159b6698a29c4224e2b7e04.tar.gz |
Correct license.
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index ddabc3bac28..7a67c774409 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/02/24 19:58:19 joerg Exp $ DISTNAME= Botan-1.8.14 PKGNAME= ${DISTNAME:tl} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://botan.randombit.net/ COMMENT= Portable, easy to use, and efficient C++ crypto library -LICENSE= modified-bsd +LICENSE= 2-clause-bsd HAS_CONFIGURE= yes USE_LANGUAGES= c++ |