freebsd-ports/devel/py-utils/Makefile
Pav Lucistnik b2888bd127 The Voidspace Pythonutils package is a simple way of installing the Voidspace
collection of modules. These are currently:

    ConfigObj 4.1.0 - Easy config file reading/writing
    validate 0.2.1 - Validation and type conversion system
    listquote 1.4.0 - String to list conversion
    StandOut 2.1.0 - Simple logging and output control object
    pathutils 0.2.4 - For working with paths and files
    cgiutils 0.3.5 - CGI helpers
    urlpath 0.1.0 - Functions for handling URLs
    odict 0.2.1 - Ordered Dictionary Class

Several of the Voidspace Projects depend on these modules. They are also useful
in their own right of course. They are primarily general utility modules that
simplify common programming tasks in Python.

WWW: http://www.voidspace.org.uk/python/pythonutils.html

PR:		ports/94657
Submitted by:	Daniel <daniel@netwalk.org>
2006-03-20 19:22:13 +00:00

30 lines
662 B
Makefile

# New ports collection makefile for: py-utils
# Date created: 16 March 2006
# Whom: Daniel Bretoi
#
# $FreeBSD$
#
PORTNAME= utils
PORTVERSION= 0.2.5
CATEGORIES= devel
MASTER_SITES= http://www.voidspace.org.uk/cgi-bin/voidspace/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= downman.py?file=pythonutils-${PORTVERSION}
MAINTAINER= daniel@netwalk.org
COMMENT= General utility modules that simplify common programming in Python
USE_PYTHON= 2.2+
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/pythonutils-${PORTVERSION}
USE_ZIP= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
.endif
.include <bsd.port.mk>