diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-31 18:07:52 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-31 18:07:52 +0000 |
commit | 279016240b61a9a59782a04b55ecd0a89462d83a (patch) | |
tree | e555a848580683778833ff6c5aab577af304ffd9 /ftp/Makefile | |
parent | c48fc1ace26ca312622c1f30fd0354ea436e181f (diff) |
Adding port ftp/p5-File-Fetch, a generic file fetching mechanism.
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=164098
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index e9d3ca464eb9..d62e383c9f7b 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -61,6 +61,7 @@ SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi + SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPServer |