aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-filelike/Makefile
blob: 5e420b50b12d0efe52c0880d83c239821663dc45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Dikshie

PORTNAME=	filelike
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	sysutils python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dikshie@sfc.wide.ad.jp
COMMENT=	Python module for building and manipulating file-like object

USES=		python:3.6+
USE_PYTHON=	distutils autoplist concurrent

.include <bsd.port.mk>