forked from Lainports/freebsd-ports
21 lines
429 B
Makefile
21 lines
429 B
Makefile
PORTNAME= sysctl
|
|
PORTVERSION= 0.3.3.20210928
|
|
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>
|