Import ftp/ftpsync version 1.3.03,1
[dports.git] / ftp / ftpsync / Makefile
1 # New ports collection makefile for:    ftpsync
2 # Date created:         31 August 2006
3 # Whom:                 Andrew Pantyukhin <infofarmer@FreeBSD.org>
4 #
5 # $FreeBSD: ports/ftp/ftpsync/Makefile,v 1.11 2012/11/17 05:57:29 svnexp Exp $
6 #
7
8 PORTNAME=       ftpsync
9 PORTVERSION=    1.3.03
10 PORTEPOCH=      1
11 CATEGORIES=     ftp
12 MASTER_SITES=   http://ftpsync.sourceforge.net/ \
13                 http://mirror.mcx2.org/
14
15 MAINTAINER=     dhn@FreeBSD.org
16 COMMENT=        Synchronizes a local and a remote FTP directory trees
17
18 RUN_DEPENDS=    p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
19
20 NO_BUILD=       yes
21 USE_BZIP2=      yes
22 USE_PERL5=      yes
23 PLIST_FILES=    bin/${PORTNAME}.pl
24 PORTDOCS=       README
25
26 do-install:
27         @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/
28
29 .if !defined(NOPORTDOCS)
30         @${MKDIR} ${DOCSDIR}
31         ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
32 .endif
33
34 .include <bsd.port.mk>