1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/py-sysctl/Makefile
Ryan Moeller 247ecc490d devel/py-sysctl: Bump for GIL changes
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
2020-11-05 19:22:27 +00:00

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>