22 lines
426 B
Makefile
22 lines
426 B
Makefile
|
COMMENT = toolkit for logging of library method calls
|
||
|
|
||
|
MODPY_EGG_VERSION = 1.0.1
|
||
|
DISTNAME = logfury-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
CATEGORIES = devel
|
||
|
HOMEPAGE = https://github.com/reef-technologies/logfury
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
MODPY_PI = Yes
|
||
|
MODPY_PYBUILD = setuptools_scm
|
||
|
|
||
|
NO_TEST = Yes # needs testfixtures
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
.include <bsd.port.mk>
|