summaryrefslogtreecommitdiff
path: root/devel/py-durationpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-durationpy/Makefile')
-rw-r--r--devel/py-durationpy/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-durationpy/Makefile b/devel/py-durationpy/Makefile
new file mode 100644
index 000000000000..b01688ef0186
--- /dev/null
+++ b/devel/py-durationpy/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= durationpy
+DISTVERSION= 0.10
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= timp87@gmail.com
+COMMENT= Convert between datetime.timedelta and Go's time.Duration strings
+WWW= https://github.com/icholy/durationpy
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>