diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 03:05:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 03:05:04 +0000 |
commit | 9be610132750ecb41f99e84d7f98dc7370f2d66c (patch) | |
tree | 2218b0ded6929ee04b45adfac1d86add015793a7 /lang/Makefile | |
parent | a3d0dcae3f4a81e3a8cb889b97409a41db13b6d9 (diff) | |
download | ports-9be610132750ecb41f99e84d7f98dc7370f2d66c.tar.gz ports-9be610132750ecb41f99e84d7f98dc7370f2d66c.zip |
- Pugs is an implementation of Perl 6, written in Haskell.
It aims to implement the full Perl6 specification,
as detailed in the Synopses.
- Synopses: [http://dev.perl.org/perl6/synopsis/]
Discussed with: tobez, autrijus@autrijus.org
PR: 78809
Submitted by: clsung
Notes
Notes:
svn path=/head/; revision=131269
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 601bcb48f65b..146392816f5d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -199,6 +199,7 @@ SUBDIR += pnetc SUBDIR += pnetlib SUBDIR += ptoc + SUBDIR += pugs SUBDIR += py-compiler SUBDIR += py-mx-base SUBDIR += py-prolog |