# $NetBSD: Makefile,v 1.2 2023/05/03 09:38:28 wiz Exp $ DISTNAME= stopwords PKGNAME= nltk_data-stopwords-20230502 CATEGORIES= textproc DIST_SUBDIR= ${PKGNAME_NOREV} HOMEPAGE= http://snowball.tartarus.org/ COMMENT= NLTK Data - Stopwords Corpus #LICENSE= Permission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution.... [see webpage for full license] TYPE= corpora .include "../../meta-pkgs/nltk_data/common.mk" .include "../../mk/bsd.pkg.mk"