mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yara
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= yara-python-${PORTVERSION}
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= Python bindings for yara
|
|
|
|
LIB_DEPENDS= yara.0:${PORTSDIR}/security/yara
|
|
|
|
PROJECTHOST= yara-project
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFO= yara_python-1.6-${PYTHON_VERSION:S/thon//}.egg-info
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/yara.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|