mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Add required dependencies
- Make ${PREFIX}-clean
This commit is contained in:
parent
b5554d5725
commit
798b24f39f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46335
2 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,9 @@ DISTNAME= pyunit-${PORTVERSION}
|
|||
|
||||
MAINTAINER= shell@shellhung.org
|
||||
|
||||
BUILD_DEPENDS= ${PYDISTUTILS}
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
SETUP_CMD= cd ${WRKSRC} && ${SETENV} \
|
||||
|
@ -24,6 +27,6 @@ do-build:
|
|||
@${SETUP_CMD} build
|
||||
|
||||
do-install:
|
||||
@${SETUP_CMD} install
|
||||
@${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/unittest.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/unittest.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/unittest.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/unittestgui.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/unittestgui.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/unittestgui.pyo
|
||||
|
|
Loading…
Add table
Reference in a new issue