22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
PORTNAME= sysctl
|
|
PORTVERSION= 0.3.2.20210106
|
|
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= william-gr
|
|
GH_PROJECT= py-sysctl
|
|
GH_TAGNAME= v0.3.2
|
|
|
|
.include <bsd.port.mk>
|