diff options
author | clsung <clsung@FreeBSD.org> | 2008-03-22 08:42:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-03-22 08:42:55 +0800 |
commit | 96a572459c584b112ba9e194298bbd2ddeebec7b (patch) | |
tree | 35c7e1aaae4fcf0e5d051d5fcef6f701ca5e3083 /net/Makefile | |
parent | 82dc3ab2ab9d2fc9d485486963947df8a6e86391 (diff) | |
download | freebsd-ports-gnome-96a572459c584b112ba9e194298bbd2ddeebec7b.tar.gz freebsd-ports-gnome-96a572459c584b112ba9e194298bbd2ddeebec7b.tar.zst freebsd-ports-gnome-96a572459c584b112ba9e194298bbd2ddeebec7b.zip |
Jifty is a full-stack web framework. It provides an optional REST interface
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.
You can use this module directly, but you'll be better off subclassing it.
This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.
WWW: http://search.cpan.org/dist/Net-Jifty/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b4d9031f853b..5680ad3cb650 100644 --- a/net/Makefile +++ b/net/Makefile @@ -498,6 +498,7 @@ SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Interface + SUBDIR += p5-Net-Jifty SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-Libdnet |