26 lines
405 B
Makefile
26 lines
405 B
Makefile
|
COMMENT = fancy and practical functional tools
|
||
|
|
||
|
MODPY_EGG_VERSION = 1.18
|
||
|
DISTNAME = funcy-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://github.com/Suor/funcy
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
MODPY_SETUPTOOLS = Yes
|
||
|
MODPY_PI = Yes
|
||
|
|
||
|
# needs 'whatever'
|
||
|
#NO_TEST = Yes
|
||
|
|
||
|
# py2 used by py-viv_utils
|
||
|
FLAVORS = python3
|
||
|
FLAVOR ?=
|
||
|
|
||
|
.include <bsd.port.mk>
|