ab38079a06
Some useful dict-like structures.
14 lines
402 B
Makefile
14 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/09/29 02:32:13 khorben Exp $
|
|
|
|
DISTNAME= cooldict-1.04
|
|
PKGNAME= ${PYPKGPREFIX}-cooldict-1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cooldict/}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://github.com/zardus/cooldict
|
|
COMMENT= Some useful dict-like structures
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|