328a8e0ce2
MFH: 2017Q3 (bugfix release)
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yara
|
|
PORTVERSION= 3.6.3
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python bindings for yara
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libyara.so:security/yara
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= distutils autoplist
|
|
PYDISTUTILS_BUILDARGS= --dynamic-linking
|
|
|
|
.include <bsd.port.mk>
|