aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-sysv_ipc/Makefile
blob: fea36fe75d499c9eb16b34faffbd1349fe8af844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	sysv_ipc
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	http://semanchuk.com/philip/sysv_ipc/ \
		PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	System V IPC for Python
WWW=		https://semanchuk.com/philip/sysv_ipc/

LICENSE=	BSD2CLAUSE

USES=	python
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>