aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpsync/Makefile
blob: 11013a18d92ffac38db1498deb7fe4ce31e14b67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    ftpsync
# Date created:     31 August 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ftpsync
PORTVERSION=    1.3.03
PORTEPOCH=  1
CATEGORIES= ftp
MASTER_SITES=   http://ftpsync.sourceforge.net/ \
        http://mirror.mcx2.org/

MAINTAINER= dhn@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
USES=       perl5
PLIST_FILES=    bin/${PORTNAME}.pl
PORTDOCS=   README

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/

.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>