aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-acora/Makefile
blob: 1aa8127a10ec0af6b862b2544b9727f421ea1d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: antoine@FreeBSD.org
# $FreeBSD$

PORTNAME=   acora
PORTVERSION=    1.8
CATEGORIES= textproc devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= antoine@FreeBSD.org
COMMENT=    Fast multi-keyword search engine for text strings

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>