1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/py-filelike/Makefile
Wen Heping feacb1078a - Update to 0.4.1
- Fix build with python-2.7
- Remove MD5

PR:		ports/155091
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2011-02-28 10:53:02 +00:00

19 lines
380 B
Makefile

# New ports collection makefile for: py-filelike
# Date created: 2009-08-19
# Whom: Dikshie
#
# $FreeBSD$
PORTNAME= filelike
PORTVERSION= 0.4.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= easy_install
.include <bsd.port.mk>