mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Convert to USES=python
Approved by: portmgr (implicit)
This commit is contained in:
parent
2666f5c903
commit
cc69669cb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369473
2 changed files with 2 additions and 3 deletions
|
@ -29,9 +29,7 @@ OPTIONS_DEFAULT= PERL
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
USE_PYTHON= yes
|
||||
INSTALLS_EGGINFO=yes
|
||||
PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info
|
||||
USES+= python
|
||||
PLIST_SUB+= WITH_PYTHON=""
|
||||
CONFIGURE_ARGS+= --enable-python
|
||||
.else
|
||||
|
|
|
@ -135,6 +135,7 @@ man/man1/rrdlastupdate.1.gz
|
|||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist
|
||||
%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtoolmodule.so
|
||||
%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.1-py%%PYTHON_VER%%.egg-info
|
||||
%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
|
||||
|
|
Loading…
Add table
Reference in a new issue