mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
4e6dbca76f
PR: 129973 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
25 lines
627 B
Makefile
25 lines
627 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.3.30
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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.mk>
|