diff options
Diffstat (limited to 'textproc/py3-snowballstemmer/Makefile')
-rw-r--r-- | textproc/py3-snowballstemmer/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/py3-snowballstemmer/Makefile b/textproc/py3-snowballstemmer/Makefile deleted file mode 100644 index 663fe0722683..000000000000 --- a/textproc/py3-snowballstemmer/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# 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" |