mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
85e3c95810
This aligns with the change made by antoine@ in r457499. Reported by: jbeich
22 lines
459 B
Makefile
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>
|