mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
20 lines
430 B
Makefile
20 lines
430 B
Makefile
PORTNAME= mime
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= MIME types are used in MIME-compliant communications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${FILESDIR}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+,run
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|