pkgsrc/textproc/nltk_data-stopwords/Makefile

15 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/11/24 15:57:10 wiz Exp $
DISTNAME= stopwords
PKGNAME= nltk_data-stopwords-20211124
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"