aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-leveldb
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-19 00:52:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-19 00:52:16 +0800
commit4d00312eff59ef38770292a0b748cfc78354031b (patch)
tree42f780ad5bb0619d39f86bee46277488944cddc0 /databases/py-leveldb
parentb2195801de6a0faab680fa3bd4abdd63a7103021 (diff)
downloadfreebsd-ports-gnome-4d00312eff59ef38770292a0b748cfc78354031b.tar.gz
freebsd-ports-gnome-4d00312eff59ef38770292a0b748cfc78354031b.tar.zst
freebsd-ports-gnome-4d00312eff59ef38770292a0b748cfc78354031b.zip
- Add LICENSE
Diffstat (limited to 'databases/py-leveldb')
-rw-r--r--databases/py-leveldb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile
index 87ac8d43f402..64efb31ca1e6 100644
--- a/databases/py-leveldb/Makefile
+++ b/databases/py-leveldb/Makefile
@@ -11,6 +11,8 @@ DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Thread-safe Python binding for LevelDB
+LICENSE= BSD
+
LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb
USE_PYTHON= yes