15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/24 15:57:12 wiz Exp $
|
|
|
|
DISTNAME= verbnet
|
|
PKGNAME= nltk_data-verbnet-20211124
|
|
CATEGORIES= textproc
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
HOMEPAGE= https://verbs.colorado.edu/verbnet/
|
|
COMMENT= NLTK Data - VerbNet Lexicon, Version 2.1
|
|
#LICENSE= Distributed with permission of the author.
|
|
|
|
TYPE= corpora
|
|
|
|
.include "../../meta-pkgs/nltk_data/common.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|