mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
26 lines
494 B
Makefile
26 lines
494 B
Makefile
# New ports collection makefile for: py-ptrace
|
|
# Date created: 2008-06-15
|
|
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ptrace
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Python binding of ptrace
|
|
|
|
RUN_DEPENDS= ${PYCTYPES} \
|
|
${LOCALBASE}/lib/libdistorm64.so:${PORTSDIR}/devel/distorm
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|