blob: dd78cd42299b8cd08f7ebc5b7b789e0df619debb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= sysv_ipc
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= http://semanchuk.com/philip/sysv_ipc/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= System V IPC for Python
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|