d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
33 lines
733 B
Makefile
33 lines
733 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/07/12 22:07:40 sthen Exp $
|
|
|
|
COMMENT= secure, extensible and configurable Perl FTPd
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-FTPServer-1.122
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
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
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FAKE_FLAGS= NOCONF=1
|
|
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>
|