blob: c311734a66db189e14b48930af0c92977e730253 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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>
|