summaryrefslogtreecommitdiff
path: root/sysutils/duplicity/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2004-08-26 18:24:50 +0000
committerwennmach <wennmach>2004-08-26 18:24:50 +0000
commit7a9d8b6350b4827faea91bd8b45f46b33a8088e5 (patch)
treea7cc291e4a8f9fa2a5d63fe2848cd8f12f07758d /sysutils/duplicity/Makefile
parent14d842ac84a82873719ebf8f37f564371fddf903 (diff)
downloadpkgsrc-7a9d8b6350b4827faea91bd8b45f46b33a8088e5.tar.gz
Initial import of duplicity-0.4.1, an encrypting remote incremental
backup utility
Diffstat (limited to 'sysutils/duplicity/Makefile')
-rw-r--r--sysutils/duplicity/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
new file mode 100644
index 00000000000..f306698dd96
--- /dev/null
+++ b/sysutils/duplicity/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/26 18:24:51 wennmach Exp $
+#
+
+DISTNAME= duplicity-0.4.1
+CATEGORIES= sysutils net
+MASTER_SITES= http://savannah.nongnu.org/download/duplicity/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.nongnu.org/duplicity/
+COMMENT= Remote encrypting incremental backup utility
+
+DEPENDS= gnupg>=1.2.3:../../security/gnupg
+
+BUILDLINK_DEPENDS.librsync= librsync>=0.9.6
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
+USE_BUILDLINK3= yes
+
+.include "../../devel/librsync/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+
+.include "../../mk/bsd.pkg.mk"