mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix ftp/p5-Net-FTPServer build on -stable.
PR: 29690 Submitted by: maintainer
This commit is contained in:
parent
8cf1555e38
commit
00c407a449
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46291
2 changed files with 7 additions and 0 deletions
|
@ -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}
|
||||
|
||||
|
|
6
ftp/p5-Net-FTPServer/pkg-message
Normal file
6
ftp/p5-Net-FTPServer/pkg-message
Normal file
|
@ -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.
|
||||
--------------------------------------------------------------------------
|
Loading…
Add table
Reference in a new issue