ports/devel/py-sysctl/Makefile
Ryan Moeller 851f7f6371 devel/py-sysctl: Fix off-by-one string termination
Update to v0.3.3 which fixes string-type sysctls having the last char
truncated.

Also follow the repo moving to truenas/py-sysctl.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
2021-09-28 11:34:12 -04:00

22 lines
445 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= sysctl
PORTVERSION= 0.3.3.20210928
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freqlabs@FreeBSD.org
COMMENT= Wrapper for the sysctl system functions
LICENSE= BSD2CLAUSE
USES= compiler:c11 python:3.6+
USE_CSTD= c99
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= truenas
GH_PROJECT= py-sysctl
GH_TAGNAME= v0.3.3
.include <bsd.port.mk>