blob: d0739c02a9eb082308a9c5a24ced6e442143b5a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= mime
PORTVERSION= 0.1.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= MIME types are used in MIME-compliant communications
WWW= https://github.com/liluo/mime
LICENSE= MIT
LICENSE_FILE= ${FILESDIR}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python:run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|