5d7062bca2
Approved by: eadler (mentor)
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= posix_ipc
|
|
PORTVERSION= 0.9.4
|
|
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
|
|
|
|
.include <bsd.port.mk>
|