blob: d43aa19ba11e6ea7cbde74474dbc725ca5583c44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: py-pyutil
# Date created: 2007-5-31
# Whom: Chao Shin <quakelee@cn.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pyutil
PORTVERSION= 1.8.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32
USE_PYTHON= 2.5+
USE_PYDISTUTILS=easy_install
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not configure on sparc64
.endif
.include <bsd.port.post.mk>
|