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:
parent
f14e1bd9d8
commit
53bf4db7c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110190
@ -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…
Reference in New Issue
Block a user