sthen 05f19a50e7 update to p5-Net-FTPServer-1.125
- fixes build with newer perl
- adds new patch to fix a faulty regex
- adds new patch to raise the default memory limit (fixes some
tests and probably some runtime issues)
- more exact license, use the MODCPAN_EXAMPLES ports infrastructure
- drop avsm@ as maintainer, he hasn't used this in a while ;)
ok cwen@
2019-02-10 12:58:02 +00:00

25 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.14 2019/02/10 12:58:02 sthen Exp $
COMMENT= secure, extensible and configurable Perl FTPd
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-FTPServer-1.125
CATEGORIES= net
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= archivers/p5-Archive-Zip \
databases/p5-DBI \
devel/p5-BSD-Resource \
devel/p5-File-Sync \
devel/p5-IO-stringy
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
FAKE_FLAGS= NOCONF=1
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= etc
.include <bsd.port.mk>