| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/ftp/ftpsync/ |
Upload File : |
PORTNAME= ftpsync
PORTVERSION= 1.3.06
PORTEPOCH= 1
CATEGORIES= ftp
MASTER_SITES= http://download.clazzes.org/ftpsync/
DISTNAME= ${PORTNAME}-${PORTVERSION}-0
MAINTAINER= rodrigO@FreeBSD.org
COMMENT= Synchronizes a local and a remote FTP directory trees
WWW= https://www.clazzes.org/ftpsync
LICENSE= GPLv2
RUN_DEPENDS= p5-libwww>=5.805:www/p5-libwww
USES= perl5 shebangfix tar:bzip2
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}.pl
SHEBANG_FILES= ftpsync.pl
PORTDOCS= *
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} Changes_1.00-1.3.04.txt License.txt \
ReadMe.txt ToDo.txt changelog ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>