freebsd-ports/devel/py-fileutils/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

17 lines
381 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
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>