2021-12-12 14:55:13 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.5 2021/12/12 13:55:13 taca Exp $
|
2014-05-24 12:21:13 +02:00
|
|
|
# used by textproc/p5-marisa/Makefile
|
|
|
|
# used by textproc/py-marisa/Makefile
|
|
|
|
# used by textproc/ruby-marisa/Makefile
|
|
|
|
|
2021-12-12 14:55:13 +01:00
|
|
|
DISTNAME= marisa-0.2.6
|
2014-05-24 12:21:13 +02:00
|
|
|
CATEGORIES= textproc
|
2021-12-12 14:55:13 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=s-yata/}
|
|
|
|
GITHUB_PROJECT= marisa-trie
|
|
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
2014-05-24 12:21:13 +02:00
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/marisa/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../textproc/marisa/patches
|
|
|
|
|
2021-05-01 10:19:52 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-09-03 11:22:57 +02:00
|
|
|
HOMEPAGE= https://github.com/s-yata/marisa-trie
|
2014-06-02 15:04:06 +02:00
|
|
|
LICENSE= 2-clause-bsd OR gnu-lgpl-v2.1
|