mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d845490589
Memory and Message Queues.
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# New ports collection makefile for: py-sysv_ipc
|
|
# Date created: 2010-11-03
|
|
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sysv_ipc
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://semanchuk.com/philip/sysv_ipc/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= System V IPC for Python - Semaphores, Shared Memory and Message Queues
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/sysv_ipc.so
|
|
|
|
.include <bsd.port.mk>
|