1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix RUN dependency.

- Take maintainership.
This commit is contained in:
Hye-Shik Chang 2004-05-28 14:10:21 +00:00
parent f14e1bd9d8
commit 53bf4db7c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110190
2 changed files with 4 additions and 3 deletions

View File

@ -8,16 +8,18 @@
PORTNAME= reverse
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.org/pub/pyreverse/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perky@FreeBSD.org
COMMENT= A set of tools for reverse engineering Python code
BUILD_DEPENDS= ${PYXML}
RUN_DEPENDS= ${PYXML}
RUN_DEPENDS= ${PYXML} \
${PYTHONPREFIX_SITELIBDIR}/logilab/pylint/__init__.py:${PORTSDIR}/devel/py-logilab-common
USE_PYTHON= yes
USE_PYDISTUTILS= yes

View File

@ -2,4 +2,3 @@ bin/py2tests
bin/py2xmi
bin/pyargo
bin/pyvcg
%%PYTHON_SITELIBDIR%%/logilab/__init__.py