freebsd-ports/devel/py-reverse/Makefile
Daichi GOTO 9bcc654879 update devel/py-reverse: 0.2.3 --> 0.4.2
PR:		53035
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-07-01 07:53:46 +00:00

25 lines
519 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-reverse
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= reverse
PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.org/pub/pyreverse/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of tools for reverse engineering Python code
BUILD_DEPENDS= ${PYXML}
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>