1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/py-pyutil/Makefile
2010-01-21 07:15:04 +00:00

31 lines
727 B
Makefile

# New ports collection makefile for: py-pyutil
# Date created: 2007-5-31
# Whom: Chao Shin <quakelee@cn.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pyutil
PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A collection of mature utilities for Python programmers
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse \
${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32
USE_PYTHON= 2.4+
USE_PYDISTUTILS=easy_install
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not configure on sparc64
.endif
.include <bsd.port.post.mk>