diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 17:45:22 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 17:45:22 +0000 |
commit | 00c407a44937c63e3d02c17eca8645a9216b0856 (patch) | |
tree | c56aff91103e59d4f7f10b8f8880778b1ac61381 /ftp | |
parent | 8cf1555e383d5c7fcdade34466f07f709685a708 (diff) | |
download | ports-00c407a44937c63e3d02c17eca8645a9216b0856.tar.gz ports-00c407a44937c63e3d02c17eca8645a9216b0856.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-Net-FTPServer/Makefile | 1 | ||||
-rw-r--r-- | ftp/p5-Net-FTPServer/pkg-message | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile index d2de510a2cb8..c7c769831cfd 100644 --- a/ftp/p5-Net-FTPServer/Makefile +++ b/ftp/p5-Net-FTPServer/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-A ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \ + ${SITE_PERL}/${PERL_ARCH}/IO/Dir.pm:${PORTSDIR}/devel/p5-IO \ ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/ftp/p5-Net-FTPServer/pkg-message b/ftp/p5-Net-FTPServer/pkg-message new file mode 100644 index 000000000000..c653630d1793 --- /dev/null +++ b/ftp/p5-Net-FTPServer/pkg-message @@ -0,0 +1,6 @@ +-------------------------------------------------------------------------- +You have installed p5-Net-FTPServer, a full-featured ftp daemon written in +Perl. For more information, please type `perldoc Net::FTPServer'. The +ftpd is installed as PREFIX/sbin/perlftpd, with an example config +file in PREFIX/share/examples/Net-FTPServer. +-------------------------------------------------------------------------- |