summaryrefslogtreecommitdiff
path: root/sysutils/py-dirsync/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-09-25 09:22:19 +0000
committerRene Ladan <rene@FreeBSD.org>2016-09-25 09:22:19 +0000
commitb6a76d31e6e4fac5d0e1cb64a23c44f36b996056 (patch)
treee589271b6823c8aa5ca718ee90cf3cb0b6c167d0 /sysutils/py-dirsync/Makefile
parentUpdate textproc/the_silver_searcher to version 0.33.0. (diff)
Advanced directory tree synchronisation tool
(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai Advanced directory tree synchronisation tool based on Python robocopier by Anand B Pillai Usage From the command line: dirsync <sourcedir> <targetdir> [options] From python: from dirsync import sync sync(sourcedir, targetdir, action, **options) WWW: https://bitbucket.org/tkhyn/dirsync/ Sponsored by: EuroBSDCon 2016 Belgrade
Diffstat (limited to 'sysutils/py-dirsync/Makefile')
-rw-r--r--sysutils/py-dirsync/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/py-dirsync/Makefile b/sysutils/py-dirsync/Makefile
new file mode 100644
index 000000000000..addefa18e382
--- /dev/null
+++ b/sysutils/py-dirsync/Makefile
@@ -0,0 +1,19 @@
+# Created by: René Ladan <rene@freebsd.org>
+# $FreeBSD$
+
+PORTNAME= dirsync
+PORTVERSION= 2.2.2
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rene@FreeBSD.org
+COMMENT= Advanced directory tree synchronisation tool
+
+LICENSE= MIT
+
+USES= python zip
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>