diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-08-24 08:17:56 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-08-24 08:17:56 +0000 |
commit | 60287683491392ff11886c56cd54d241cca18bad (patch) | |
tree | 6e534310cb31e98e4900f59589f3b79147f83a38 /security | |
parent | d5d7f4683f031f9cfa7544265f2c079dd5009fb9 (diff) | |
download | pkgsrc-60287683491392ff11886c56cd54d241cca18bad.tar.gz |
Set LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/crypto++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index c483f506bca..18d880fa5e9 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/08/24 08:16:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2013/08/24 08:17:56 ryoon Exp $ # DISTNAME= cryptopp562 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cryptopp.com/ COMMENT= Free C++ class library of Cryptographic Primitives +LICENSE= boost-license PKG_INSTALLATION_TYPES= overwrite pkgviews |