1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/py-posix_ipc/Makefile
Kubilay Kocak 178beff073 devel/py-posix_ipc: Update to 0.9.8, Use PyPi
- Update to 0.9.8
- Switch to PyPi (CHEESESHOP) for DISTFILES

Changes:

 * http://semanchuk.com/philip/posix_ipc/history.html
2014-03-08 02:39:25 +00:00

20 lines
372 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= posix_ipc
PORTVERSION= 0.9.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= POSIX IPC primitives for Python
LICENSE= BSD3CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>