mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
247ecc490d
Now the GIL is relinquished while getting and setting sysctl values. Reviewed by: wg Approved by: wg (ports) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D27106
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sysctl
|
|
PORTVERSION= 0.3.1.20201105
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freqlabs@FreeBSD.org
|
|
COMMENT= Wrapper for the sysctl system functions
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_CSTD= c99
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= william-gr
|
|
GH_PROJECT= py-sysctl
|
|
GH_TAGNAME= 5b111bd
|
|
|
|
.include <bsd.port.mk>
|