1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/py-distro/Makefile
Ben Woods 85e3c95810 sysutils/py-distro: Replace USES=python:2.7+ with USES=python
This aligns with the change made by antoine@ in r457499.

Reported by:	jbeich
2018-01-03 12:31:27 +00:00

22 lines
459 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
PORTNAME= distro
PORTVERSION= 1.2.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Linux OS platform information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= query_local_distro.py
NO_ARCH= yes
.include <bsd.port.mk>