mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
32 lines
664 B
Makefile
32 lines
664 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|