freebsd-ports/devel/py-fileutils/Makefile
2013-12-27 10:02:34 +00:00

19 lines
406 B
Makefile

# 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>