summaryrefslogtreecommitdiff
path: root/security/py-cryptopp
diff options
context:
space:
mode:
authorgdt <gdt>2012-03-16 00:14:36 +0000
committergdt <gdt>2012-03-16 00:14:36 +0000
commit2efcadf731bf80ab222584226a4303419d9eb5a1 (patch)
tree6207d3fec90f7e3440379b37c2d03b458e458776 /security/py-cryptopp
parentc3ff479960579f8fc3e5826ace3f5ea55c1f2339 (diff)
downloadpkgsrc-2efcadf731bf80ab222584226a4303419d9eb5a1.tar.gz
Set license (GPLv2, or boutique license not in pkgsrc/licenses).
Diffstat (limited to 'security/py-cryptopp')
-rw-r--r--security/py-cryptopp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile
index 3141041608c..927259caaf6 100644
--- a/security/py-cryptopp/Makefile
+++ b/security/py-cryptopp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/03/16 00:12:35 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/16 00:14:36 gdt Exp $
#
VERSION= 0.6.0.1206569328141510525648634803928199668821045408958
@@ -11,6 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tahoe-lafs.org/trac/pycryptopp
COMMENT= Python wrapper for (and copy of parts of) crypto++
+# GPL v2 or later.
+# or Transitive Grace Period Public Licence, version 1.0 or later.
+LICENSE= gnu-gpl-v2
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++