1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

textproc/py-ufal.udpipe: Mark "BROKEN" on mips64 and powerpc64; Add USES=compiler:c++11-lang

PR:		231494
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2018-09-19 22:52:41 +00:00
parent 01f18e89f1
commit f1d7e25ee8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480120

View File

@ -12,7 +12,10 @@ COMMENT= Python bindings to UDPipe library for parsing universal treebanks
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
BROKEN_mips64= Only little endian systems are supported!
BROKEN_powerpc64= Only little endian systems are supported!
USES= compiler:c++11-lang python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>