24 lines
495 B
Makefile
24 lines
495 B
Makefile
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
|
|
|
PORTNAME= frozendict
|
|
PORTVERSION= 2.0.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Immutable dictionary implementation for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
GH_ACCOUNT= Marco-Sulla
|
|
GH_PROJECT= python-frozendict
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|