diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-07 21:27:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-07 21:27:23 +0800 |
commit | e7397044357c255d64d33c3f8137a387940c96eb (patch) | |
tree | e2a637f34a96d1ae332118f0339cf3f2f040a766 /devel/Makefile | |
parent | c0b1935022cf3bda43192bda8a23b59847c00f54 (diff) | |
download | freebsd-ports-gnome-e7397044357c255d64d33c3f8137a387940c96eb.tar.gz freebsd-ports-gnome-e7397044357c255d64d33c3f8137a387940c96eb.tar.zst freebsd-ports-gnome-e7397044357c255d64d33c3f8137a387940c96eb.zip |
Add py-coro - a Python coroutines module.
PR: 19466
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7c276af1acd8..9657cc7aa261 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -208,6 +208,7 @@ SUBDIR += prcs SUBDIR += pth SUBDIR += pth-devel + SUBDIR += py-coro SUBDIR += py-htmlkit SUBDIR += py-kjbuckets SUBDIR += py-kqueue |