1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/py-ufal.udpipe/Makefile
Yuri Victorovich 7117758dac textproc/py-ufal.udpipe: Update 1.2.0.2 -> 1.2.0.3
Reported by:	portscout
2020-01-03 05:36:41 +00:00

22 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= ufal.udpipe
PORTVERSION= 1.2.0.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python bindings to UDPipe library for parsing universal treebanks
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>