1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Stage support

- New LIB_DEPENDS syntax
- Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST
This commit is contained in:
Antoine Brodin 2014-02-18 18:49:30 +00:00
parent 3311d4cab4
commit 97f8d1f841
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344940

View File

@ -13,18 +13,15 @@ GH_ACCOUNT= plusvic
GH_TAGNAME= v2.0.0
GH_COMMIT= d5dbefb
LIB_DEPENDS= yara:${PORTSDIR}/security/yara
LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_EGGINFO= yara_python-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
BUILD_WRKSRC= ${WRKSRC}/yara-python
INSTALL_WRKSRC= ${WRKSRC}/yara-python
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${BUILD_WRKSRC}/setup.py