pkgsrc/textproc/chasen/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

19 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:25 rodent Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen-legacy.sourceforge.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"