mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1e2e11e366
Changes this release: https://github.com/nir0s/distro/releases/tag/v1.3.0 https://github.com/nir0s/distro/releases/tag/v1.4.0
23 lines
460 B
Makefile
23 lines
460 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|