Added
Link Here
|
1 |
PORTNAME= frozenlist |
2 |
PORTVERSION= 1.2.0 |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= python@FreeBSD.org |
8 |
COMMENT= List-like structure which implements collections.abc.MutableSequence |
9 |
|
10 |
LICENSE= APACHE20 |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
USES= gettext-runtime python:3.6+ |
14 |
USE_PYTHON= autoplist distutils |
15 |
INSTALL_TARGET= install-strip |
16 |
|
17 |
.include <bsd.port.mk> |