aboutsummaryrefslogtreecommitdiff
path: root/devel/pyrex/pkg-descr
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-07-01 18:42:09 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-07-01 18:42:09 +0000
commit0a5fa44e67c0bc74b2a34c2633154f8c645ad1ca (patch)
treec3c6b16ef611c4488aeb09e0b2db3ad713f6b354 /devel/pyrex/pkg-descr
parenteb0fc00cc8e42a9ebd504ca5a2403894fb20c2c3 (diff)
downloadports-0a5fa44e67c0bc74b2a34c2633154f8c645ad1ca.tar.gz
ports-0a5fa44e67c0bc74b2a34c2633154f8c645ad1ca.zip
Notes
Diffstat (limited to 'devel/pyrex/pkg-descr')
-rw-r--r--devel/pyrex/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/pyrex/pkg-descr b/devel/pyrex/pkg-descr
new file mode 100644
index 000000000000..13be365829dd
--- /dev/null
+++ b/devel/pyrex/pkg-descr
@@ -0,0 +1,5 @@
+Pyrex is a language specially designed for writing Python extension
+modules. It's designed to bridge the gap between the nice, high-level,
+easy-to-use world of Python and the messy, low-level world of C.
+
+WWW: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/