pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:13 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= https://chasen-legacy.osdn.jp/
|
|
COMMENT= Meta package of ChaSen, Japanese Morphological Analysis System
|
|
|
|
META_PACKAGE= yes
|
|
|
|
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
|
|
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
|
|
|
|
.include "Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|