diff options
Diffstat (limited to 'devel/py-mime/Makefile')
-rw-r--r-- | devel/py-mime/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-mime/Makefile b/devel/py-mime/Makefile new file mode 100644 index 000000000000..589e9ee4a30c --- /dev/null +++ b/devel/py-mime/Makefile @@ -0,0 +1,20 @@ +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= ${WRKSRC}/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> |