freebsd-ports/devel/py-grizzled/Makefile
Wen Heping 15df86b3f3 The Grizzled Utility Library is a general-purpose Python library
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/
2010-03-29 03:13:30 +00:00

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>