aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-14 09:22:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-14 09:22:06 +0000
commita51eb791efdd35ff19b1db25e751a5583a05b578 (patch)
treeddaf795e9f334f96d6e3c9cfbea8964a9c0730ea /devel/Makefile
parentede749400549f9be9e32229aa400e1596735b8ec (diff)
downloadports-a51eb791efdd35ff19b1db25e751a5583a05b578.tar.gz
ports-a51eb791efdd35ff19b1db25e751a5583a05b578.zip
The ezpyinline is a pure python module which requires almost no setup to
allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you. WWW: http://cheeseshop.python.org/pypi/ezpyinline PR: ports/109135 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Notes
Notes: svn path=/head/; revision=185158
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 5d681051a1f0..669b2774ddeb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1749,6 +1749,7 @@
SUBDIR += py-durus
SUBDIR += py-elementtree
SUBDIR += py-epsilon
+ SUBDIR += py-ezpyinline
SUBDIR += py-fam
SUBDIR += py-fileutils
SUBDIR += py-flakes