---
name: ftplib
version: 4.0
origin: ftp/ftplib
comment: Set of routines that implement the FTP protocol
arch: freebsd:9:x86:64
www: http://nbpfaus.net/~pfau/ftplib/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 65365
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: d7d1a244304fb9465010dfcd5f42396860e14921e1d25a1f2cac0e4b037fed85
  /usr/local/include/ftplib.h: 2e743107d40aad0818b2487fed9af1445c5fa5adfb08324c578e7414fe053205
  /usr/local/lib/libftp.a: 101ad4c5954146ddccd4b9ae5c98ef814155731529f424e95a225168f70845d3
  /usr/local/lib/libftp.so: '-'
  /usr/local/lib/libftp.so.4: 50fe4683d17f5927774572045e24cdaa904106c773f0c94c7832d27397ddbe78
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
