blob: caed486cef78b9bdfcb7f98fa5262b930da2a878 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|