forked from Lainports/freebsd-ports
24 lines
498 B
Makefile
24 lines
498 B
Makefile
PORTNAME= distro
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Linux OS platform information API
|
|
WWW= https://github.com/python-distro/distro
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+ shebangfix
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= query_local_distro.py
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
|
|
|
.include <bsd.port.mk>
|