aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-snowballstemmer/Makefile
blob: 23d44608283b91bb46eb5502e4cbdf7172f9527a (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
                     



                                       
                                   
                                                               
 

                                 
 
                           
                                              
 

                   



                                           
                                                                                             
 
                      
PORTNAME=	snowballstemmer
PORTVERSION=	2.1.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Snowball stemming library collection for Python

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

OPTIONS_DEFINE=	PYSTEMMER
OPTIONS_DEFAULT=PYSTEMMER
PYSTEMMER_DESC=	Use PyStemmer to accelerate

PYSTEMMER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py-pystemmer@${PY_FLAVOR}

.include <bsd.port.mk>