aboutsummaryrefslogtreecommitdiff
path: root/net/py-ntplib/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-10-09 20:57:26 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-10-09 20:57:26 +0000
commitce7ecb8b0f0a3fe3d4b4918e8beea9f753f0dab2 (patch)
tree7a7dca33428513d84b8fd890b258eb201a4379b5 /net/py-ntplib/Makefile
parent5be7eab350079161076cba94075c6f0954e94beb (diff)
downloadports-ce7ecb8b0f0a3fe3d4b4918e8beea9f753f0dab2.tar.gz
ports-ce7ecb8b0f0a3fe3d4b4918e8beea9f753f0dab2.zip
Notes
Diffstat (limited to 'net/py-ntplib/Makefile')
-rw-r--r--net/py-ntplib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/py-ntplib/Makefile b/net/py-ntplib/Makefile
new file mode 100644
index 000000000000..924044294ae2
--- /dev/null
+++ b/net/py-ntplib/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= ntplib
+PORTVERSION= 0.3.3
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= uros@gruber.si
+COMMENT= Python NTP library
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>