# New ports collection makefile for: ftpsync # Date created: 31 August 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= ftpsync PORTVERSION= 1.2.33 CATEGORIES= ftp MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Synchronizes a local and a remote FTP directory trees RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww NO_BUILD= yes USE_BZIP2= yes USE_PERL5= yes PLIST_FILES= bin/${PORTNAME}.pl do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/ .include