freebsd-ports/textproc/py3-snowballstemmer/Makefile
Kris Moore ddabfeff33 - Create python3 version of textproc/py-snowballstemmer
- Use options helpers

PR: 217467
Submitted by: Danilo Baio <dbaio@bsd.com.br>
2017-03-08 12:48:41 +00:00

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"