aboutsummaryrefslogblamecommitdiff
path: root/sysutils/py-py-cpuinfo/Makefile
blob: 9fd93b38c28f66e7e1438ce7f99f31df2cd50886 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                     
                               
                    



                                                            
                                                       



                                 
                      



                                              




                                                   
                      
PORTNAME=	py-cpuinfo
DISTVERSION=	9.0.0
CATEGORIES=	sysutils python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Module for getting CPU info with pure Python
WWW=		https://github.com/workhorsy/py-cpuinfo

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils concurrent autoplist

NO_ARCH=	yes

OPTIONS_DEFINE=	LSCPU
OPTIONS_DEFAULT=	LSCPU
LSCPU_DESC=	Use sysutils/lscpu as a data source
LSCPU_RUN_DEPENDS=	lscpu:sysutils/lscpu

.include <bsd.port.mk>