blob: 4a8497ea69c7c18e327a60a5c381b7b31362daf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= python-ptrace
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Python binding of ptrace library
WWW= https://github.com/vstinner/python-ptrace
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|