freebsd-ports/devel/py-fileutils/Makefile
Renato Botelho 95d4b8f61d - Update to 0.6
PR:		ports/86056
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-13 12:41:43 +00:00

23 lines
485 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-fileutils
# Date created: Nov 2, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fileutils
PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/fileutils/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FileUtils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File I/O related functions and classes
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>