diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-31 23:30:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-31 23:30:24 +0800 |
commit | 82e5a3c9ee31f425853f9ded1fab556bcc93ce41 (patch) | |
tree | 413581a715e796e53f1878eda97b512c1ca06f9d /devel/Makefile | |
parent | ae808a0dffa4681a2ea4be0b931147a2b6bf7ec7 (diff) | |
download | freebsd-ports-gnome-82e5a3c9ee31f425853f9ded1fab556bcc93ce41.tar.gz freebsd-ports-gnome-82e5a3c9ee31f425853f9ded1fab556bcc93ce41.tar.zst freebsd-ports-gnome-82e5a3c9ee31f425853f9ded1fab556bcc93ce41.zip |
Urlimport enables the user to import modules/packages over the network, from a
remote repository. Currently supported protocols are http, ftp and https
(+client certificates).
WWW: http://urlimport.codeshift.net/
PR: ports/107374
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
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 70a876885705..dec12761083a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1790,6 +1790,7 @@ SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-unit + SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-utils SUBDIR += py-vmaps |