mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
24 lines
608 B
Makefile
24 lines
608 B
Makefile
PORTNAME= bsd
|
|
PORTVERSION= 1.0.20220510
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Python wrappers for various BSD libc and system calls
|
|
WWW= https://github.com/freenas/py-bsd
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BROKEN_FreeBSD_15= Requires deprecated header dlg_keys.h
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= freenas
|
|
GH_PROJECT= py-bsd
|
|
GH_TAGNAME= be67e03
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
.include <bsd.port.mk>
|