mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ce7ecb8b0f
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
20 lines
291 B
Makefile
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>
|