c45cd79fc7
lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@
34 lines
629 B
Makefile
34 lines
629 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/05/15 12:04:40 kmos Exp $
|
|
|
|
COMMENT = FireEye Labs Obfuscated String Solver
|
|
|
|
MODPY_EGG_VERSION = 1.5.0
|
|
PKGNAME = floss-${MODPY_EGG_VERSION}
|
|
|
|
GH_ACCOUNT = fireeye
|
|
GH_PROJECT = flare-floss
|
|
GH_TAGNAME = v${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = textproc/py-yaml \
|
|
devel/py-tabulate \
|
|
security/py-vivisect \
|
|
devel/py-plugnplay \
|
|
security/py-viv_utils \
|
|
devel/py-enum34
|
|
|
|
TEST_DEPENDS = devel/py-test
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|