freebsd-ports/sysutils/py-filelike/Makefile
Martin Wilke b03d1014c0 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
2014-06-01 09:49:18 +00:00

17 lines
339 B
Makefile

# Created by: Dikshie
# $FreeBSD$
PORTNAME= filelike
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Python module for building and manipulating file-like object
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>