25 lines
421 B
Makefile
25 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/12/24 01:41:02 daniel Exp $
|
|
|
|
COMMENT = pure Python chess library
|
|
|
|
MODPY_EGG_VERSION = 1.8.0
|
|
DISTNAME = chess-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://github.com/niklasf/python-chess
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
.include <bsd.port.mk>
|