blob: 7e5d4f09e699bb5268c9c15dfe5ab3fd31504850 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= sysctl
PORTVERSION= 0.3.3.20210928
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for the sysctl system functions
WWW= https://github.com/truenas/py-sysctl
LICENSE= BSD2CLAUSE
USES= compiler:c11 python
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>
|