mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
- Update to 0.9.5 - Whitespace alignment Changes: http://semanchuk.com/philip/posix_ipc/history.html
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= posix_ipc
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://semanchuk.com/philip/posix_ipc/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= POSIX IPC primitives for Python
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/posix_ipc.so
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|