mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sysv_ipc
|
|
PORTVERSION= 1.0.0
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|