mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix RUN dependency.
- Take maintainership.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -2,4 +2,3 @@ bin/py2tests
|
|||
bin/py2xmi
|
||||
bin/pyargo
|
||||
bin/pyvcg
|
||||
%%PYTHON_SITELIBDIR%%/logilab/__init__.py
|
||||
|
|
Loading…
Add table
Reference in a new issue