aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ufal.udpipe/Makefile
blob: edc0009844caec339fb13e65c1eb9c883247dbf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ufal.udpipe
PORTVERSION=	1.2.0.3
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python bindings to UDPipe library for parsing universal treebanks
WWW=		https://ufal.mff.cuni.cz/udpipe

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

NOT_FOR_ARCHS=		mips mips64 powerpc powerpc64 powerpcspe sparc64
NOT_FOR_ARCHS_REASON=	Only little endian systems are supported!

USES=		compiler:c++11-lang python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>