freebsd-ports/devel/py-uuid/Makefile
Martin Wilke 33a338be61 UUID object and generation functions for Python.
The uuid module here is part of the standard library for
Python 2.5, distributed under the Python software license.

WWW: http://pypi.python.org/pypi/uuid/

PR:		ports/125408
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks.com>
2008-07-19 20:05:56 +00:00

25 lines
528 B
Makefile

# New ports collection makefile for: py-uuid
# Date created: 6 July 2008
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
#
# $FreeBSD$
PORTNAME= uuid
PORTVERSION= 1.30
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= UUID object and generation functions for Python
USE_PYTHON= 2.4
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
#.if ${PYTHON_REL} >= 250
#IGNORE= uuid ships with Python 2.5.x
#.endif
.include <bsd.port.post.mk>