[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / security / py-fickling

File: [local] / ports / security / py-fickling / Makefile (download)

Revision 1.16, Mon May 6 12:23:57 2024 UTC (4 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =	analyze Python pickle object serializations

MODPY_EGG_VERSION = 0.1.3
DISTNAME =	fickling-${MODPY_EGG_VERSION}
PKGNAME =	py-${DISTNAME}
CATEGORIES =	security
REVISION =	0

MAINTAINER =		Sebastian Reitenbach <sebastia@openbsd.org>

# LGPL 3.0
PERMIT_PACKAGE =	Yes

MODULES =		lang/python
MODPY_PYBUILD =		flit_core
MODPY_PI =		Yes

FLAVORS =		python3
FLAVOR =		python3

.include <bsd.port.mk>