ddabfeff33
- Use options helpers PR: 217467 Submitted by: Danilo Baio <dbaio@bsd.com.br>
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-snowballstemmer
|
|
|
|
USES= python:3.3+
|
|
|
|
PYSTEMMER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py3-pystemmer
|
|
|
|
.include "${MASTERDIR}/Makefile"
|