blob: 1f774836c4a971726ae0b9a5f062a768cdfd4a4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= fileutils
PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/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
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
|