diff options
Diffstat (limited to 'time/py-vdirsyncer/Makefile')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile new file mode 100644 index 00000000000..b11d6c08e5f --- /dev/null +++ b/time/py-vdirsyncer/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/08/18 09:48:44 wiz Exp $ + +DISTNAME= vdirsyncer-0.2.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= time +MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ +COMMENT= Synchronization tool for vdir +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |