diff options
author | tj <tj@FreeBSD.org> | 2015-01-29 00:28:06 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2015-01-29 00:28:06 +0800 |
commit | 760aa97d1e1f84cfe681d7ca46bc946a7b538c1e (patch) | |
tree | 9fa19ddc8072b6338316edd5b23e7bbd1d0c0184 /lang/Makefile | |
parent | 26951fcd5b9abe2304704d9a087f760b409b5a61 (diff) | |
download | freebsd-ports-gnome-760aa97d1e1f84cfe681d7ca46bc946a7b538c1e.tar.gz freebsd-ports-gnome-760aa97d1e1f84cfe681d7ca46bc946a7b538c1e.tar.zst freebsd-ports-gnome-760aa97d1e1f84cfe681d7ca46bc946a7b538c1e.zip |
New port - 0.94
This module is an implementation of the "Promise/A+" pattern for
asynchronous programming. Promises are meant to be a way to
better deal with the resulting callback spaghetti that can often
result in asynchronous programs.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 57e717ceb806..98d25b4b0c58 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -195,6 +195,7 @@ SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs + SUBDIR += p5-Promises SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions SUBDIR += p5-Scalar-List-Utils |