opnsense-ports/textproc/py-Morfessor/Makefile
Franco Fichtner d6d6c1082e */*: sync with upstream
Taken from: FreeBSD
2023-01-12 13:30:53 +01:00

19 lines
426 B
Makefile

PORTNAME= Morfessor
PORTVERSION= 2.0.6
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Discover the regularities behind word forming in natural languages
WWW= http://morpho.aalto.fi/projects/morpho/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>