1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-ptrace/Makefile
Brendan Fabeny 9ce180c315 After many problems with silent upstream distfile changes,
switch to a locally-rolled distfile; update to svn r185;
patch and bump revision of a dependent port.
2011-06-25 13:33:20 +00:00

33 lines
738 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.6.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-ptrace-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python binding of ptrace
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so:${PORTSDIR}/devel/py-distorm
USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_ptrace
LICENSE= GPLv2
ONLY_FOR_ARCHS= i386
post-patch:
${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so|' \
${WRKSRC}/ptrace/pydistorm.py
.include <bsd.port.mk>