15 lines
391 B
Makefile
15 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/24 15:57:12 wiz Exp $
|
|
|
|
DISTNAME= vader_lexicon
|
|
PKGNAME= nltk_data-vader_lexicon-20211124
|
|
CATEGORIES= textproc
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
HOMEPAGE= https://github.com/cjhutto/vaderSentiment
|
|
COMMENT= NLTK Data - VADER Sentiment Lexicon
|
|
#LICENSE= MIT License
|
|
|
|
TYPE= sentiment
|
|
|
|
.include "../../meta-pkgs/nltk_data/common.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|