mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
9b6b694e38
UNBREAK for 13.X and MAIN. As the upstream do not maintain a proper versioning mechanism we will continue versioning as per dates with TAG release. Relnotes: https://github.com/truenas/py-bsd/releases/tag/TN-13.0-RELEASE
22 lines
515 B
Makefile
22 lines
515 B
Makefile
PORTNAME= bsd
|
|
PORTVERSION= 1.0.20220425
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Python wrappers for various BSD libc and system calls
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= freenas
|
|
GH_PROJECT= py-bsd
|
|
GH_TAGNAME= 63d3ee5
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
.include <bsd.port.mk>
|