---
name: ftplib
version: 4.0
origin: ftp/ftplib
comment: Set of routines that implement the FTP protocol
arch: freebsd:10:x86:64
www: http://nbpfaus.net/~pfau/ftplib/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 64481
desc: |
  ftplib is a set of routines that implement the FTP protocol. They allow
  applications to create and access remote files through function calls
  instead of needing to fork and exec an interactive ftp client program.

  WWW: http://nbpfaus.net/~pfau/ftplib/
categories:
- ftp
shlibs_required:
- libftp.so.4
shlibs_provided:
- libftp.so.4
files:
  /usr/local/bin/ftpdir: '-'
  /usr/local/bin/ftpget: '-'
  /usr/local/bin/ftplist: '-'
  /usr/local/bin/ftprm: '-'
  /usr/local/bin/ftpsend: '-'
  /usr/local/bin/qftp: cfa3841c3c4997121ff9f8ceb8e7d912200266dd73b0cc2223b371af225bd309
  /usr/local/include/ftplib.h: 2e743107d40aad0818b2487fed9af1445c5fa5adfb08324c578e7414fe053205
  /usr/local/lib/libftp.a: c51a4085e8afc9365d17d97afe2b7b10a6e1d2ec26e71c6c341d60f735d0ffe8
  /usr/local/lib/libftp.so: '-'
  /usr/local/lib/libftp.so.4: 9e2c3ddca96f7d6013d11c865454ef53f5e64cca4a491bff777ebf2642990d8d
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
