opnsense-ports/security/py-yara-python-dex/Makefile
Franco Fichtner ebbe5d20d4 */*: sync with upstream
Taken from: FreeBSD
2025-01-14 13:21:46 +01:00

30 lines
713 B
Makefile

PORTNAME= yara-python-dex
PORTVERSION= 1.0.7.1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Prebuilt dex-enabled yara-python wheels
WWW= https://github.com/MobSF/yara-python-dex
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= MobSF VirusTotal:yp VirusTotal:yp2
GH_PROJECT= yara-python:yp yara:yp2
GH_TAGNAME= 188cb6e85137f715fef563f61c6b4f21ad026562:yp \
ed1a1a430c64cf908b61a5fadc3958866a840bc6:yp2
GH_SUBDIR= yara-python:yp yara-python/yara:yp2
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}yara
USES= pytest python ssl
USE_PYTHON= distutils
.if !defined(WITH_DEBUG)
LDFLAGS+= -s
.endif
PLIST_SUB= VER=${PORTVERSION:R}
.include <bsd.port.mk>