aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2014-10-09 12:58:55 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2014-10-09 12:58:55 +0000
commit52b5850ca05829ec14f5ceee7668cfb2dd829c1c (patch)
tree14ddebf09cbe1ab0d4806e98601c3d812bcfe3fc /devel/Makefile
parent54838288f12c1df5526e7c74e1ea35bf9001911d (diff)
downloadports-52b5850ca05829ec14f5ceee7668cfb2dd829c1c.tar.gz
ports-52b5850ca05829ec14f5ceee7668cfb2dd829c1c.zip
PALM is a library for using Google's protocol buffers in Python. It has
a fast core written in C with a thin Cython binding to Python. The goal of palm was to make improvements to the Google reference implementation, namely: * Make the library significantly faster * Clean up the API WWW: https://github.com/bumptech/palm/
Notes
Notes: svn path=/head/; revision=370523
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index af7243efd9d6..e9b277b9d3d0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3815,6 +3815,7 @@
SUBDIR += py-optik
SUBDIR += py-orbit
SUBDIR += py-ordereddict
+ SUBDIR += py-palm
SUBDIR += py-parsedatetime
SUBDIR += py-parsing
SUBDIR += py-path.py