1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/py-ntplib/Makefile
Pawel Pekala ce7ecb8b0f This module offers a simple interface to query NTP
servers from Python.

It also provides utility functions to translate NTP
fields values to text (mode, leap indicator...). Since
it's pure Python, and only depends on core modules,
it should work on any platform with a Python implementation.

WWW: https://pypi.python.org/pypi/ntplib

PR:		202525
Submitted by:	uros@gruber.si
2015-10-09 20:57:26 +00:00

20 lines
291 B
Makefile

# $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>