openbsd-ports/net/p5-Net-FTPServer/Makefile
avsm 0393bc1691 initial import of p5-Net-FTPServer-1.119
--

Major features of Net::FTPServer include:

* Feature parity with wu-ftpd.
* IP-based and IP-less virtual hosting.
* Virtual filesystem allows the FTP server to serve files from a
  SQL database.
* Configurable and extensible in Perl.
* <Perl> sections in ftpd.conf file.
* Supports all the latest RFCs and Internet Drafts, including MLST,
  MLSD, FEAT, OPTS, LANG.
* Secure by design and implementation.
* PAM authentication.
* Resource limits.
* Run standalone or from inetd.
* Configurable server greetings and welcome messages.
* Anonymous mode.
* Run in chroot jail.
* Sophisticated access control rules.
* wu-ftpd style aliases and cdpath.
* SITE EXEC (disabled by default).
* Syslog logging.
* Set TCP parameters.
2004-01-15 14:21:00 +00:00

36 lines
845 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/01/15 14:21:00 avsm Exp $
COMMENT= "secure, extensible and configurable Perl FTPd"
V= 1.119
DISTNAME= Net-FTPServer-${V}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::archivers/p5-Archive-Zip \
::devel/p5-BSD-Resource \
::devel/p5-IO-stringy \
::databases/p5-DBI \
::devel/p5-File-Sync
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
FAKE_FLAGS= NOCONF=1 ${DESTDIRNAME}=${WRKINST}
CONFIG_DIR= ${PREFIX}/share/examples/p5-Net-FTPServer
post-install:
${INSTALL_DATA_DIR} ${CONFIG_DIR}
${INSTALL_DATA} ${WRKSRC}/ftpd.conf ${CONFIG_DIR}/ftpd.conf
.include <bsd.port.mk>