mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
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.
22 lines
445 B
Makefile
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>
|