aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fileutils/Makefile
blob: aa5ca9d077595dfb79990826353ae61dc61e1e47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# New ports collection makefile for:	py-fileutils
# Date created:			Nov 2, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	fileutils
PORTVERSION=	0.4
CATEGORIES=	devel python
MASTER_SITES=	ftp://ftp.livinglogic.de/pub/livinglogic/fileutils/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	FileUtils-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>