mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
480 B
Makefile
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>
|