opnsense-ports/sysutils/py-filelike/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

17 lines
369 B
Makefile

# Created by: Dikshie
# $FreeBSD$
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
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>