29 lines
510 B
Makefile
29 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:50:11 sthen Exp $
|
|
|
|
COMMENT= spellchecking library for Python
|
|
|
|
MODPY_EGG_VERSION= 2.0.0
|
|
DISTNAME= pyenchant-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-enchant-${MODPY_EGG_VERSION}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://packages.python.org/pyenchant/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
BUILD_DEPENDS= textproc/enchant
|
|
RUN_DEPENDS= textproc/enchant
|
|
|
|
FLAVORS= python3
|
|
FLAVOR?=
|
|
|
|
.include <bsd.port.mk>
|