mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sysctl
|
|
PORTVERSION= 0.2.20170726
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Wrapper for the sysctl system functions
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= william-gr
|
|
GH_PROJECT= py-sysctl
|
|
GH_TAGNAME= 6b62e17
|
|
|
|
.include <bsd.port.mk>
|