mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0e43adc685
PR: 228577 Submitted by: Waitman Gobble
19 lines
335 B
Makefile
19 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= multidict
|
|
PORTVERSION= 4.3.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Multidict implementation
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
.include <bsd.port.mk>
|