aboutsummaryrefslogtreecommitdiff
path: root/textproc/uctodata/Makefile
blob: 737e8b250fec313592ccc6f249b497624b2324e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	uctodata
DISTVERSIONPREFIX=	v
DISTVERSION=	0.10.1
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Datafiles for the tokenizer 'ucto'
WWW=		https://languagemachines.github.io/ucto/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf gmake
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	LanguageMachines

NO_ARCH=	yes

DATADIR=	${PREFIX}/share/ucto

.include <bsd.port.mk>