15df86b3f3
with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes. WWW: http://www.clapper.org/software/python/grizzled/
20 lines
448 B
Makefile
20 lines
448 B
Makefile
# Ports collection makefile for: py-grizzled
|
|
# Date created: 29 March, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grizzled
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://www.clapper.org/software/python/grizzled/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= The Grizzled Python Utility Library
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|