blob: 6a249107c4859d937e6b96bddbda82412bf8ba95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|