Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

32 lines
729 B
Makefile

PORTNAME= yara-python-dex
PORTVERSION= 1.0.7.1
PORTREVISION= 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>