ajacoutot b25fdb8308 Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
the variable.
FLAVOR = python3
(not FLAVOR =?)

ok sthen@
2021-02-27 11:13:34 +00:00

29 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.6 2021/02/27 11:13:35 ajacoutot Exp $
COMMENT = drop-in replace for csv with unicode support
MODPY_EGG_VERSION = 0.14.1
DISTNAME = unicodecsv-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = textproc
HOMEPAGE = https://github.com/jdunck/python-unicodecsv
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>