mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
feacb1078a
- Fix build with python-2.7 - Remove MD5 PR: ports/155091 Submitted by: Wen Heping (myself) Approved by: maintainer
19 lines
380 B
Makefile
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>
|