freebsd-ports/security/py-yara/Makefile
Antoine Brodin 328a8e0ce2 Update to 3.6.3
MFH:		2017Q3 (bugfix release)
2017-07-06 12:29:28 +00:00

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>