aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-19 02:49:30 +0800
committerantoine <antoine@FreeBSD.org>2014-02-19 02:49:30 +0800
commit2d702611ba9bc97bab902e84e79795a6c66a4fad (patch)
tree03649e919f7c8f54df75b064aaf6d2aa56ca8683 /security
parent1abcfcfd9747db451bc4b2f0000518c497e3799a (diff)
downloadfreebsd-ports-gnome-2d702611ba9bc97bab902e84e79795a6c66a4fad.tar.gz
freebsd-ports-gnome-2d702611ba9bc97bab902e84e79795a6c66a4fad.tar.zst
freebsd-ports-gnome-2d702611ba9bc97bab902e84e79795a6c66a4fad.zip
- Stage support
- New LIB_DEPENDS syntax - Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST
Diffstat (limited to 'security')
-rw-r--r--security/py-yara/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile
index b31df50e6789..e9bd48fb9f61 100644
--- a/security/py-yara/Makefile
+++ b/security/py-yara/Makefile
@@ -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