aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-29 00:15:57 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-29 00:15:57 +0000
commit87cefd635639a3a9568238e17e5300eaca653848 (patch)
tree4fd5961dd6c5f165d9f12534c3094fddbaab7b86 /devel/Makefile
parent545eced26fb8b347add7d835657a3ac7123d085f (diff)
downloadports-87cefd635639a3a9568238e17e5300eaca653848.tar.gz
ports-87cefd635639a3a9568238e17e5300eaca653848.zip
devel/py-pycparser: C parser in Python
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. WWW: https://github.com/eliben/pycparser
Notes
Notes: svn path=/head/; revision=335131
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 eabbd6d38545..2520d9c93e4c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3696,6 +3696,7 @@
SUBDIR += py-pycalendar
SUBDIR += py-pycallgraph
SUBDIR += py-pycerberus
+ SUBDIR += py-pycparser
SUBDIR += py-pydasm
SUBDIR += py-pyechonest
SUBDIR += py-pyev