diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-24 19:58:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-24 19:58:19 +0000 |
commit | 1f5e10ef39deb1998460896c2d235d4dce4687e9 (patch) | |
tree | 2c01fb627dfeaedc97b8f7633a5a51c6bd12d52a /security | |
parent | bb1a31f65c5be632a37bdcce86f7268ec60918a1 (diff) | |
download | pkgsrc-1f5e10ef39deb1998460896c2d235d4dce4687e9.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++ |