freebsd-ports/sysutils/py-filelike/Makefile
Yi-Jheng Lin ea9f1f1894 Add py-filelike 0.3.4, python module for building and manipulating
file-like object.

PR:		ports/138160
Submitted by:	Dikshie
Approved by:	rafan (co-mentor)
Feature safe:	yes
2009-09-18 01:50:25 +00:00

18 lines
382 B
Makefile

# New ports collection makefile for: py-filelike
# Date created: 2009-08-19
# Whom: Dikshie
#
# $FreeBSD$
PORTNAME= filelike
PORTVERSION= 0.3.4
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Python module for building and manipulating file-like object
USE_PYTHON= 2.5-2.6
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>