Files
bsdports/python/py-distro/Makefile
2020-01-09 07:21:37 +00:00

20 lines
480 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD: head/sysutils/py-distro/Makefile 498530 2019-04-10 06:18:31Z antoine $
PORTNAME= distro
PORTVERSION= 1.4.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Linux OS platform information API
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= query_local_distro.py
NO_ARCH= yes
.include <bsd.port.mk>