1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/ftpsync/Makefile
Martin Wilke 1ed54c40f6 - Fix MASTER_SITES
PR:		128273
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2008-10-24 19:09:19 +00:00

35 lines
727 B
Makefile

# New ports collection makefile for: ftpsync
# Date created: 31 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ftpsync
PORTVERSION= 1.2.34
PORTEPOCH= 1
CATEGORIES= ftp
MASTER_SITES= http://ftpsync.sourceforge.net/ \
http://mirror.mcx2.org/
MAINTAINER= adox@mcx2.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
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>