mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
17 lines
283 B
Makefile
17 lines
283 B
Makefile
PORTNAME= ntplib
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= uros@gruber.si
|
|
COMMENT= Python NTP library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|